layout_raw_table_width property

CompatibilityOptions.layout_raw_table_width property

Ignore Space Before Table When Deciding If Table Should Wrap Floating Object.

@property
def layout_raw_table_width(self) -> bool:
    ...

@layout_raw_table_width.setter
def layout_raw_table_width(self, value: bool):
    ...

See Also