subject property
subject property
Gets or sets the subject of the document.
Definition:
@property
def subject(self):
...
@subject.setter
def subject(self, value):
...
Gets or sets the subject of the document.
@property
def subject(self):
...
@subject.setter
def subject(self, value):
...