creator property

creator property

The name of the product that created the original document.

Definition:

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

See Also