'Declaration Public Enum WrapText Inherits System.Enum
'Usage Dim instance As WrapText
public enum WrapText : System.Enum
'Declaration Public Enum WrapText Inherits System.Enum
'Usage Dim instance As WrapText
public enum WrapText : System.Enum
Member | Description |
---|---|
bothSides | Text wraps on both sides of the object. |
largest | Text wraps around the largest side of the object; if the object is centered, then text wraps around the side on which text is first encountered. |
left | Text wraps on the left side of the object. |
right | Text wraps on the right side of the object. |
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.WrapText
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