text_content property
text_content property
Represents the text content of the node and its descendants.
Remarks
Reference:
Definition:
@property
def text_content(self):
    ...
@text_content.setter
def text_content(self, value):
    ...
See Also
- module aspose.html.dom
- class Notation