NoLineBreakAfter Property
In This Topic
Gets or sets the set of characters which shall be restricted from ending 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
NoLineBreakAfterLanguage or automatic detection methods.
Syntax
'Declaration
Public Property NoLineBreakAfter As System.String
public System.string NoLineBreakAfter {get; set;}
See Also