CompatibilityOptionsWPSpaceWidth Property |
Specifies whether to set the width of a space as is done in WordPerfect 5.x.
Namespace:
Aspose.Words.Settings
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic bool WPSpaceWidth { get; set; }
Public Property WPSpaceWidth As Boolean
Get
Set
public:
property bool WPSpaceWidth {
bool get ();
void set (bool value);
}
member WPSpaceWidth : bool with get, set
Property Value
Type:
Boolean
See Also