TableAlignmentConfig
interface
Properties
useInlineStyles : boolean | undefinedmodule:table/tableconfig~TableAlignmentConfig#useInlineStylesWhether to use inline styles for table alignment in the editor output.
- When
true(default), the alignment is rendered as inline styles. - When
false, the alignment is rendered as CSS classes.
Defaults to
true- When