System::Xml::XmlText::SplitText method
XmlText::SplitText method
Splits the node into two nodes at the specified offset, keeping both in the tree as siblings.
virtual SharedPtr<XmlText> System::Xml::XmlText::SplitText(int32_t offset)
Parameter | Type | Description |
---|---|---|
offset | int32_t | The offset at which to split the node. |
ReturnValue
The new node.
See Also
- Typedef SharedPtr
- Class XmlText
- Class XmlText
- Namespace System::Xml
- Library Aspose.TeX for C++