text property
text property
Gets or sets the text of the comment.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
See Also
- module
groupdocs.metadata.formats.document
- class
WordProcessingComment
Gets or sets the text of the comment.
@property
def text(self):
...
@text.setter
def text(self, value):
...
groupdocs.metadata.formats.document
WordProcessingComment