replace_data method
replace_data
Replace the characters starting at the specified 16-bit unit offset with the specified string.
def replace_data(self, offset, count, data):
    ...
| Parameter | Type | Description | 
|---|---|---|
| offset | int | The offset. | 
| count | int | The count. | 
| data | str | The content data. | 
See Also
- module aspose.html.dom
- class Comment