Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CompatibilitySettings.OverrideTableStyleFontSizeAndJustification Property

Specifies whether the font size and the justification determined by the document table style should be overridden.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

bool OverrideTableStyleFontSizeAndJustification { get; set; }

Property Value

Type Description
Boolean

true, to override the table style’s font size and justification parameters; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to OverrideTableStyleFontSizeAndJustification
Document
.CompatibilitySettings.OverrideTableStyleFontSizeAndJustification
See Also