Specifies the display and layout information for text strings.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v19.2.Core.dll
Name | Description |
---|---|
LineLimit | Only entire lines are laid out in the formatting rectangle. |
MeasureTrailingSpaces | Includes the trailing space at the end of each line. |
NoClip | Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to be displayed. |
NoWrap | Text wrapping between lines when formatting within a rectangle is disabled. This flag is implied when a point is passed instead of a rectangle, or when the specified rectangle has a zero line length. |
A PdfStringFormatFlags enumeration value is returned by the PdfStringFormat.FormatFlags property.