table_layout property

table_layout property

See the table-layout property definition in CSS2.

Definition:

@property
def table_layout(self):
    ...
@table_layout.setter
def table_layout(self, value):
    ...

See Also