Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Text SplitText(
int offset
)
Public Function SplitText (
offset As Integer
) As Text
public:
Text^ SplitText(
int offset
)
member SplitText :
offset : int -> Text
Parameters
- offset
- Type: SystemInt32
The offset.
Return Value
Type:
Text
The
Text.
See Also