CompatibilityOptionsUICompat97To2003 Property |
True to disable UI functionality which is not compatible with Word97-2003.
Default value is false.
Namespace:
Aspose.Words.Settings
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic bool UICompat97To2003 { get; set; }
Public Property UICompat97To2003 As Boolean
Get
Set
public:
property bool UICompat97To2003 {
bool get ();
void set (bool value);
}
member UICompat97To2003 : bool with get, set
Property Value
Type:
Boolean
Remarks
Controls the Word97-2003 compatibility setting that disables UI functionality which
is not compatible with Word97-2003.
When true, 'w:uiCompat97To2003' XML element is written to '\word\settings.xml'
document package part.
Default value is false. When set to false, this element is not written.
Technically this property is not part of compatibility options, but we have put it here for API convenience.
See Also