Xceed Words for .NET v5.2 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / WrapText Enumeration


In This Topic
    WrapText Enumeration
    In This Topic
    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
    MemberValueDescription
    bothSides0Text wraps on both sides of the object.
    largest3Text 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.
    left1Text wraps on the left side of the object.
    right2Text 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

    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also