'Declaration Public Enum WrapSide Inherits System.Enum
public enum WrapSide : System.Enum
'Declaration Public Enum WrapSide Inherits System.Enum
public enum WrapSide : System.Enum
Member | Description |
---|---|
Both | Text wraps on both sides of an anchored object. |
Far | Text wraps on the far side only. |
Largest | Text wraps on the side of an anchored object that is farthest from the margin. |
Near | Text wraps on the near side only. |
None | Text does not wrap on any side of an anchored object. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Text.WrapSide