delete_data method
delete_data
Remove a range of 16-bit units from the node.
def delete_data(self, offset, count):
    ...
| Parameter | Type | Description | 
|---|---|---|
| offset | int | The offset. | 
| count | int | The count. | 
See Also
- module aspose.html.dom
- class CharacterData
Remove a range of 16-bit units from the node.
def delete_data(self, offset, count):
    ...
| Parameter | Type | Description | 
|---|---|---|
| offset | int | The offset. | 
| count | int | The count. | 
aspose.html.domCharacterData