Class TextWrappingType
Specifies the text wrapping type.
Inheritance
System.Object
TextWrappingType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Portable.dll
Syntax
public sealed class TextWrappingType : Enum
Fields
Both
Wrap text both sides.
Declaration
public const TextWrappingType Both
Field Value
Type | Description |
---|---|
TextWrappingType |
Largest
Side that is farthest from the page margin.
Declaration
public const TextWrappingType Largest
Field Value
Type | Description |
---|---|
TextWrappingType |
Left
Wrap text left side only.
Declaration
public const TextWrappingType Left
Field Value
Type | Description |
---|---|
TextWrappingType |
Right
Wrap text right side only.
Declaration
public const TextWrappingType Right
Field Value
Type | Description |
---|---|
TextWrappingType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |