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.svg.dom
- class
ProcessingInstruction
The character data of the node that implements this interface.
@property
def data(self):
...
@data.setter
def data(self, value):
...
aspose.svg.dom
ProcessingInstruction