author property
author property
Gets or sets the name of the document’s author.
Definition:
@property
def author(self):
...
@author.setter
def author(self, value):
...
Gets or sets the name of the document’s author.
@property
def author(self):
...
@author.setter
def author(self, value):
...