Class TextWrappingStyle
Specifies the text wrap style.
Inheritance
System.Object
TextWrappingStyle
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class TextWrappingStyle : Enum
Fields
Behind
Places shape behind text.
Declaration
public const TextWrappingStyle Behind
Field Value
Type |
---|
TextWrappingStyle |
InFrontOfText
Places shape in front of text.
Declaration
public const TextWrappingStyle InFrontOfText
Field Value
Type |
---|
TextWrappingStyle |
Inline
In line with text.
Declaration
public const TextWrappingStyle Inline
Field Value
Type |
---|
TextWrappingStyle |
Square
Wraps text around the shape. Line continuation is on the opposite side of the shape.
Declaration
public const TextWrappingStyle Square
Field Value
Type |
---|
TextWrappingStyle |
Through
Through.
Declaration
public const TextWrappingStyle Through
Field Value
Type |
---|
TextWrappingStyle |
Tight
Tight.
Declaration
public const TextWrappingStyle Tight
Field Value
Type |
---|
TextWrappingStyle |
TopAndBottom
Top and bottom.
Declaration
public const TextWrappingStyle TopAndBottom
Field Value
Type |
---|
TextWrappingStyle |