'Declaration Public Enum WrapStyle Inherits System.Enum
'Usage Dim instance As WrapStyle
public enum WrapStyle : System.Enum
'Declaration Public Enum WrapStyle Inherits System.Enum
'Usage Dim instance As WrapStyle
public enum WrapStyle : System.Enum
Member | Description |
---|---|
WrapBehindText | The object will be displayed behind the text. |
WrapInFrontOfText | The object will appear in front of the text. |
WrapInLineWithText | The object acts like a character in a sentence. The line height will be affected by the object's size. |
WrapSquare | The object is considered a square and the text will appear around that square. |
WrapThrough | The text will appear around the object and inside a square object but will not enter the defined WrapPolygon. Depending on the WrapPolygon size, text could appear inside the middle of the object. |
WrapTight | The text will appear around the object and inside a square object but will not enter the defined WrapPolygon. |
WrapTopAndBottom | There will be no text on the right or left of the object. The text will appear at the top and at the bottom of the object. |
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.WrapStyle
Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2