Enum TextWrappingType
Specifies the text wrapping type.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum TextWrappingType
Fields
Name | Description |
---|---|
Both | Wrap text both sides. |
Largest | Side that is farthest from the page margin. |
Left | Wrap text left side only. |
Right | Wrap text right side only. |