variables property

Document.variables property

Returns the collection of variables added to a document or template.

@property
def variables(self) -> aspose.words.VariableCollection:
    ...

See Also