Back to Devexpress

PdfStringFormat Members

officefileapi-devexpress-dot-pdf-dot-pdfstringformat-dot-underscore-members.md

latest5.0 KB
Original Source

PdfStringFormat Members

Contains settings to format strings in a document.

Constructors

NameDescription
PdfStringFormat()Initializes a new instance of the PdfStringFormat class with the default settings.
PdfStringFormat(PdfStringFormat)Initializes a new instance of the PdfStringFormat class with the specified string format.
PdfStringFormat(PdfStringFormatFlags)Initializes a new instance of the PdfStringFormat class with the specified string format flags.

Properties

NameDescription
AlignmentGets or sets the horizontal alignment of the string.
FormatFlagsGets or sets a PdfStringFormatFlags enumeration that contains format information.
GenericDefault staticGets a generic default PdfStringFormat object.
GenericTypographic staticGets a generic typographic PdfStringFormat object.
HotkeyPrefixGets or sets the PdfHotkeyPrefix object for this PdfStringFormat object.
LeadingMarginFactorGets or sets a value that is the fraction of the font em-size used as both horizontal and vertical leading string margins.
LineAlignmentSpecifies the vertical alignment of the string.
TrailingMarginFactorGets or sets a value that is the fraction of the font em-size used as the horizontal trailing string margin.
TrimmingGets or sets the PdfStringTrimming enumeration for this PdfStringFormat object.

Methods

NameDescription
Clone()Creates a copy of this PdfStringFormat object.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfStringFormat Class

DevExpress.Pdf Namespace