Enum TextWrappingStyle
Specifies the text wrap style.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum TextWrappingStyle
Fields
Name | Description |
---|---|
Behind | Places shape behind text. |
InFrontOfText | Places shape in front of text. |
Inline | In line with text. |
Square | Wraps text around the shape. Line continuation is on the opposite side of the shape. |
Through | Through. |
Tight | Tight. |
TopAndBottom | Top and bottom. |