Xceed Words for .NET v3.0 Documentation
WrapText Enumeration


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : WrapText Enumeration
Value indicating the position of the wrapping text when using the WrapSquare, WrapTight or WrapThrough wrapping styles.
Syntax
'Declaration
 
Public Enum WrapText 
   Inherits System.Enum
'Usage
 
Dim instance As WrapText
public enum WrapText : System.Enum 
Members
MemberDescription
bothSidesText wraps on both sides of the object.
largestText 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.
leftText wraps on the left side of the object.
rightText wraps on the right side of the object.
Remarks
Used when using one of the following WrapStyle: WrapSquare, WrapTight or WrapThrough.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Document.NET.WrapText

Requirements

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

See Also

Reference

Xceed.Document.NET Namespace