WriteRaw()
XmlTextWriter::WriteRaw(ArrayPtr<char16_t>, int32_t, int32_t) method
Writes raw markup manually from a character buffer.
void System::Xml::XmlTextWriter::WriteRaw(ArrayPtr<char16_t> buffer, int32_t index, int32_t count) override
Arguments
Parameter | Type | Description |
---|---|---|
buffer | ArrayPtr<char16_t> | Character array containing the text to write. |
index | int32_t | The position within the buffer indicating the start of the text to write. |
count | int32_t | The number of characters to write. |
XmlTextWriter::WriteRaw(const String&) method
Writes raw markup manually from a string.
void System::Xml::XmlTextWriter::WriteRaw(const String &data) override
Arguments
Parameter | Type | Description |
---|---|---|
data | const String& | String containing the text to write. |
See Also
- Typedef ArrayPtr
- Class XmlTextWriter
- Class String
- Namespace System::Xml
- Library Aspose.Slides