Class TextWrapStyle
Specifies how text should wrap around an image in the document.
Inheritance
System.Object
TextWrapStyle
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class TextWrapStyle : Enum
Fields
Behind
Text appears behind the image and is obscured by it.
Declaration
public const TextWrapStyle Behind
Field Value
| Type | Description |
|---|---|
| TextWrapStyle |
InFront
Text appears in front of the image and may overlap it.
Declaration
public const TextWrapStyle InFront
Field Value
| Type | Description |
|---|---|
| TextWrapStyle |
Inline
Text and image appear inline, with text flowing beside the image.
Declaration
public const TextWrapStyle Inline
Field Value
| Type | Description |
|---|---|
| TextWrapStyle |
Square
Text wraps around the image in a square fashion, maintaining a constant margin around the image.
Declaration
public const TextWrapStyle Square
Field Value
| Type | Description |
|---|---|
| TextWrapStyle |
Tight
Text wraps tightly around the image, conforming to its contours and minimizing the surrounding space.
Declaration
public const TextWrapStyle Tight
Field Value
| Type | Description |
|---|---|
| TextWrapStyle |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |