subject property

subject property

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

Definition:

@property
def subject(self):
    ...

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

See Also