Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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