options property

options property

Gets or sets a set of flags controlling behavior of this DocumentAssembler instance while assembling a document.

Definition:

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

See Also