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

In This Topic
    TextboxTightWrap Enumeration
    In This Topic
    Specifies the lines in the paragraph that shall allow the text to be tight wrapped to the paragraph (and not the text box) extents when displaying the document.
    Syntax
    'Declaration
     
    Public Enum TextboxTightWrap 
       Inherits System.Enum
    public enum TextboxTightWrap : System.Enum 
    Members
    MemberDescription
    AllLines Tight wrap all lines.
    FirstAndLastLine Tight wrap first and last lines.
    FirstLineOnly Tight wrap first line.
    LastLineOnly Tight wrap last line.
    None Do not tight wrap.
    Inheritance Hierarchy

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

    See Also