Aspose::Cells::Markup::CustomXmlPart class

CustomXmlPart class

Represents a Custom XML Data Storage Part (custom XML data within a package).

class CustomXmlPart

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also