insert_data method
insert_data
Insert a string at the specified 16-bit unit offset.
def insert_data(self, offset, data):
    ...
| Parameter | Type | Description | 
|---|---|---|
| offset | int | The offset. | 
| data | str | The content data. | 
See Also
- module 
aspose.html.dom - class 
ProcessingInstruction