Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EastAsianLayout Class / TwoLinesInOneBrackets Property

In This Topic
    TwoLinesInOneBrackets Property
    In This Topic
    Gets or sets that the two lines in one text should be enclosed within a pair of brackets when displayed. This property value determine the bracket style to put around combined text.
    Syntax
    'Declaration
     
    Public Property TwoLinesInOneBrackets As TwoLinesInOneBrackets
    public TwoLinesInOneBrackets TwoLinesInOneBrackets {get; set;}
    See Also