NormalizeTableDefaultPropertiesOptions
 typedef
Options used to determine which properties should be added to the normalized configuration.
Properties
- includeAlignmentProperty : boolean | undefined- module:table/utils/table-properties~NormalizeTableDefaultPropertiesOptions#includeAlignmentProperty- Whether the "alignment" property should be added. 
- includeHorizontalAlignmentProperty : boolean | undefined- module:table/utils/table-properties~NormalizeTableDefaultPropertiesOptions#includeHorizontalAlignmentProperty- Whether the "horizontalAlignment" property should be added. 
- includePaddingProperty : boolean | undefined- module:table/utils/table-properties~NormalizeTableDefaultPropertiesOptions#includePaddingProperty- Whether the "padding" property should be added. 
- includeVerticalAlignmentProperty : boolean | undefined- module:table/utils/table-properties~NormalizeTableDefaultPropertiesOptions#includeVerticalAlignmentProperty- Whether the "verticalAlignment" property should be added. 
- isRightToLeftContent : boolean | undefined- module:table/utils/table-properties~NormalizeTableDefaultPropertiesOptions#isRightToLeftContent- Whether the content is right-to-left.