format_attributes property

FieldDatabase.format_attributes property

Gets or sets which attributes of the format are to be applied to the table.

@property
def format_attributes(self) -> str:
    ...

@format_attributes.setter
def format_attributes(self, value: str):
    ...

See Also