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

In This Topic
    TwoLinesInOne Property
    In This Topic
    Gets or sets whether the contents of the current run should be combined into one line using the two lines.
    Syntax
    'Declaration
     
    Public Property TwoLinesInOne As System.Boolean
    public System.bool TwoLinesInOne {get; set;}
    See Also