split_text method
split_text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
Returns
The Text
.
def split_text(self, offset):
...
Parameter | Type | Description |
---|---|---|
offset | int | The offset. |
See Also
- module
aspose.html.dom
- class
Text