table_format property
FieldDatabase.table_format property
Gets or sets the format that is to be applied to the result of the database query.
@property
def table_format(self) -> str:
...
@table_format.setter
def table_format(self, value: str):
...
See Also
- module aspose.words.fields
- class FieldDatabase