author property

author property

Returns or sets the author of a presentation. Read/write str.

Definition:

@property
def author(self):
    ...

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

See Also