CompatibilityOptionsOverrideTableStyleFontSizeAndJustification Property |
Specifies how the style hierarchy of the document is evaluated.
Namespace:
Aspose.Words.Settings
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic bool OverrideTableStyleFontSizeAndJustification { get; set; }
Public Property OverrideTableStyleFontSizeAndJustification As Boolean
Get
Set
public:
property bool OverrideTableStyleFontSizeAndJustification {
bool get ();
void set (bool value);
}
member OverrideTableStyleFontSizeAndJustification : bool with get, set
Property Value
Type:
Boolean
See Also