System::Xml::XmlCharacterData::InsertData method
XmlCharacterData::InsertData method
在指定的字符偏移处插入指定的字符串。
virtual void System::Xml::XmlCharacterData::InsertData(int32_t offset, String strData)
| Parameter | Type | 描述 |
|---|---|---|
| offset | int32_t | 在字符串中插入提供的字符串数据的位置。 |
| strData | 字符串 | 要插入到现有字符串中的字符串数据。 |
另见
- Class String
- Class XmlCharacterData
- Namespace System::Xml
- Library Aspose.Page for C++