template property

template property

Gets or sets a string value specifying the file name of the template from which the document was created.

Definition:

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

See Also