Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WrapSide Enumeration

In This Topic
    WrapSide Enumeration
    In This Topic
    Specifies how text wraps around the sides of a shape.
    Syntax
    'Declaration
     
    Public Enum WrapSide 
       Inherits System.Enum
    public enum WrapSide : System.Enum 
    Members
    MemberDescription
    Both Text wraps on both sides of the shape.
    Largest Text wraps on the side of the shape that is farthest from the page margin.
    Left Text wraps on the left side of the shape only.
    Right Text wraps on the right side of the shape only.
    Inheritance Hierarchy

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

    See Also