Xceed Words for .NET v3.0 Documentation
WrapStyle Enumeration


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : WrapStyle Enumeration
Value indicating how the text wraps around an object.
Syntax
'Declaration
 
Public Enum WrapStyle 
   Inherits System.Enum
'Usage
 
Dim instance As WrapStyle
public enum WrapStyle : System.Enum 
Members
MemberDescription
WrapBehindTextThe object will be displayed behind the text.
WrapInFrontOfTextThe object will appear in front of the text.
WrapInLineWithTextThe object acts like a character in a sentence. The line height will be affected by the object's size.
WrapSquareThe object is considered a square and the text will appear around that square.
WrapThroughThe 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.
WrapTightThe text will appear around the object and inside a square object but will not enter the defined WrapPolygon.
WrapTopAndBottomThere 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.
Inheritance Hierarchy

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

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