Back to Devexpress

CompatibilitySettings.OverrideTableStyleFontSizeAndJustification Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-d1d4632a.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool OverrideTableStyleFontSizeAndJustification { get; set; }
vb
Property OverrideTableStyleFontSizeAndJustification As Boolean

Property Value

TypeDescription
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 TypePath to OverrideTableStyleFontSizeAndJustification
Document

.CompatibilitySettings .OverrideTableStyleFontSizeAndJustification

|

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace