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

In This Topic
    NoLineBreakBefore Property
    In This Topic
    Gets or sets the set of characters which shall be restricted from beginning a new line for runs of text which shall be subject to custom line breaking logic using the ParagraphFormat.FarEastLineBreakControl when the contents of the document are displayed. This constraint shall only apply to text which has been flagged in the language of this rule via the NoLineBreakBeforeLanguage or automatic detection methods.
    Syntax
    'Declaration
     
    Public Property NoLineBreakBefore As System.String
    public System.string NoLineBreakBefore {get; set;}
    See Also