data property
data property
The character data of the node that implements this interface.
Definition:
@property
def data(self):
...
@data.setter
def data(self, value):
...
See Also
- module
aspose.html.dom
- class
Comment
The character data of the node that implements this interface.
@property
def data(self):
...
@data.setter
def data(self, value):
...
aspose.html.dom
Comment