System::Xml::XmlText::SplitText 方法
XmlText::SplitText method
在指定的偏移处将节点拆分为两个节点,并将它们作为兄弟节点保留在树中。
virtual SharedPtr<XmlText> System::Xml::XmlText::SplitText(int32_t offset)
| 参数 | 类型 | 描述 |
|---|---|---|
| offset | int32_t | 用于拆分节点的偏移量。 |
ReturnValue
新节点。
另见
- Typedef SharedPtr
- Class XmlText
- Class XmlText
- Namespace System::Xml
- Library Aspose.Font for C++