DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / WrapSide Enumeration

WrapSide Enumeration
Specifies how text wraps around the sides of an anchored object.
Syntax
'Declaration
 
Public Enum WrapSide 
   Inherits System.Enum
 
Members
MemberDescription
BothText wraps on both sides of an anchored object.
FarText wraps on the far side only.
LargestText wraps on the side of an anchored object that is farthest from the margin.
NearText wraps on the near side only.
NoneText does not wrap on any side of an anchored object.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.WrapSide

See Also