Specifies the display and layout information for strings.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
| C# |
|---|
public enum StringFormatFlags |
| Visual Basic |
|---|
Public Enumeration StringFormatFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| DirectionRightToLeft | 1 | Text is displayed from right to left. | |
| DirectionVertical | 2 | Text is displayed in the vertical direction. | |
| DisplayFormatControl | 32 | Show control characters as glyphs. | |
| FitBlackBox | 4 | Allow parts of characters to overhang the layout rectangle. | |
| LineLimit | 8192 | Only entire lines are laid out in the layout rectangle. | |
| MeasureTrailingSpaces | 2048 | Includes the whitespace at the end of lines when laying out the text. | |
| NoClip | 16384 | Allow text to render outside the layout rectangle. | |
| NoFontFallback | 1024 | Disable fallback to alternate fonts when requested font is not available. | |
| NoWrap | 4096 | Disable wrapping within the layout rectangle. |