Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EastAsianTypography Class / NoLineBreakAfterLanguage Property

In This Topic
    NoLineBreakAfterLanguage Property
    In This Topic
    Gets or sets the language of text for which the custom line ending rule shall be applied.
    Syntax
    'Declaration
     
    Public Property NoLineBreakAfterLanguage As System.String
    public System.string NoLineBreakAfterLanguage {get; set;}
    Remarks
    Applications supporting this functionality shall support custom line breaking for the following four languages: Chinese(Traditional), Chinese(Simplified), Japanese, Korean. Applications can also support custom line breaking rules for other languages, but this is not required.
    See Also