XStringFormats ClassTerminal Works - PDF Printing.Net Library
Represents predefined text layouts.
Inheritance Hierarchy

SystemObject
  PdfEdit.DrawingXStringFormats

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public static class XStringFormats

The XStringFormats type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberBaseLineCenter
Gets a new XStringFormat object that centers the text in the middle of the base line.
Public propertyStatic memberBaseLineLeft
Gets a new XStringFormat object that aligns the text left on the base line. This is the same as Default.
Public propertyStatic memberBaseLineRight
Gets a new XStringFormat object that aligns the text in right on the base line.
Public propertyStatic memberBottomCenter
Gets a new XStringFormat object that centers the text at the bottom of the layout rectangle.
Public propertyStatic memberBottomLeft
Gets a new XStringFormat object that aligns the text bottom left of the layout rectangle.
Public propertyStatic memberBottomRight
Gets a new XStringFormat object that aligns the text at the bottom right of the layout rectangle.
Public propertyStatic memberCenter
Gets a new XStringFormat object that centers the text in the middle of the layout rectangle.
Public propertyStatic memberCenterLeft
Gets a new XStringFormat object that aligns the text center left of the layout rectangle.
Public propertyStatic memberCenterRight
Gets a new XStringFormat object that aligns the text center right of the layout rectangle.
Public propertyStatic memberDefault
Gets a new XStringFormat object that aligns the text left on the base line. This is the same as BaseLineLeft.
Public propertyStatic memberTopCenter
Gets a new XStringFormat object that centers the text at the top of the layout rectangle.
Public propertyStatic memberTopLeft
Gets a new XStringFormat object that aligns the text top left of the layout rectangle.
Public propertyStatic memberTopRight
Gets a new XStringFormat object that aligns the text top right of the layout rectangle.
Top
See Also

Reference