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

In This Topic
    TwoLinesInOneBrackets Enumeration
    In This Topic
    Specifies that the two lines in one text should be enclosed within a pair of brackets when displayed. This enum values determine the bracket style to put around combined text.
    Syntax
    'Declaration
     
    Public Enum TwoLinesInOneBrackets 
       Inherits System.Enum
    public enum TwoLinesInOneBrackets : System.Enum 
    Members
    MemberDescription
    Angle Angle brackets.
    Curly Curly brackets.
    None No enclosing brackets.
    Round Round brackets.
    Square Square brackets.
    Inheritance Hierarchy

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

    See Also