subject property

subject property

Gets or sets a user-defined text string that describes the contents of the document. Maximum length is 63 characters.

Definition:

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

See Also