XmlWriter
Overview
XmlWriter is a struct in Aspose.Slides FOSS for C++.
XmlWriter.result holds the generated XML output as a vector of bytes.
This struct provides 1 method for working with XmlWriter objects in C++ programs.
Available methods include: write.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: result.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
result | std::vector<uint8_t> | Read/Write | Gets or sets the result. |
Methods
| Signature | Description |
|---|---|
write(data: void, size: size_t) |