CompatibilityOptionsDoNotWrapTextWithPunct Property |
Do Not Allow Hanging Punctuation With Character Grid.
Namespace:
Aspose.Words.Settings
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic bool DoNotWrapTextWithPunct { get; set; }
Public Property DoNotWrapTextWithPunct As Boolean
Get
Set
public:
property bool DoNotWrapTextWithPunct {
bool get ();
void set (bool value);
}
member DoNotWrapTextWithPunct : bool with get, set
Property Value
Type:
Boolean
See Also