Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ParagraphFormat Class / FarEastLineBreakControl Property

In This Topic
    FarEastLineBreakControl Property
    In This Topic
    Gets or sets whether East Asian typography and line-breaking rules shall be applied to text in this paragraph to determine which characters can begin and end each line. This property only applies to Simplified Chinese, Traditional Chinese, and Japanese text in this paragraph.
    Syntax
    'Declaration
     
    Public Property FarEastLineBreakControl As System.Boolean
    public System.bool FarEastLineBreakControl {get; set;}
    See Also