author property

author property

Gets and sets the author of the file.

Remarks

It’’s not set, check BuiltInDocumentPropertyCollection.author first, then check the user of Environment.

Definition:

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

See Also