name property

name property

Gets or sets the name of this table used to access the table’s data in a template document passed to DocumentAssembler.

Remarks

If the table’s name is read from a document, the name is automatically corrected so that it to be valid. However, if the table’s name is set manually through this property and the name is invalid, an exception is thrown.

The table’s name is considered to be valid, if the following conditions are met:

| | | | | |

Definition:

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

See Also