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