Aspose::Cells::Markup::CustomXmlPart class
Contents
[
Hide
]CustomXmlPart class
Represents a Custom XML Data Storage Part (custom XML data within a package).
class CustomXmlPart
Methods
Method | Description |
---|---|
CustomXmlPart(CustomXmlPart_Impl* impl) | Constructs from an implementation object. |
CustomXmlPart(const CustomXmlPart& src) | Copy constructor. |
GetData() | Gets or sets the XML content of this Custom XML Data Storage Part. |
GetID() | Gets and sets the id of the custom xml part. |
GetSchemaData() | Gets or sets the XML content of this Custom XML Schema Data Storage Part. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const CustomXmlPart& src) | operator= |
SetData(const Vector <uint8_t>& value) | Gets or sets the XML content of this Custom XML Data Storage Part. |
SetID(const U16String& value) | Gets and sets the id of the custom xml part. |
SetID(const char16_t* value) | Gets and sets the id of the custom xml part. |
SetSchemaData(const Vector <uint8_t>& value) | Gets or sets the XML content of this Custom XML Schema Data Storage Part. |
~CustomXmlPart() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Markup
- Library Aspose.Cells for C++