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