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

In This Topic
    NoLineBreakBeforeLanguage Property
    In This Topic
    Gets or sets the language of text for which the custom line beginning rule shall be applied.
    Syntax
    'Declaration
     
    Public Property NoLineBreakBeforeLanguage As System.String
    public System.string NoLineBreakBeforeLanguage {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