System::Xml::XmlCharacterData::InsertData method
XmlCharacterData::InsertData method
Inserisce la stringa specificata alla posizione di offset di carattere specificata.
virtual void System::Xml::XmlCharacterData::InsertData(int32_t offset, String strData)
| Parametro | Tipo | Descrizione |
|---|---|---|
| offset | int32_t | La posizione all’interno della stringa dove inserire i dati della stringa forniti. |
| strData | String | I dati della stringa da inserire nella stringa esistente. |
Vedi anche
- Class String
- Class XmlCharacterData
- Namespace System::Xml
- Library Aspose.Page for C++