CharacterData.ReplaceData
CharacterData.ReplaceData method
Replace the characters starting at the specified 16-bit unit offset with the specified String.
public void ReplaceData(int offset, int count, String data)
Parameter | Type | Description |
---|---|---|
offset | Int32 | The offset. |
count | Int32 | The count. |
data | String | The content data. |
See Also
- class CharacterData
- package com.aspose.html.Dom
- package Aspose.HTML