substring_data method
substring_data
Extracts a range of data from the node.
Returns
The text data
def substring_data(self, offset, count):
...
Parameter | Type | Description |
---|---|---|
offset | int | The offset. |
count | int | The count. |
See Also
- module
aspose.svg.dom
- class
ProcessingInstruction