Aspose::Cells::Markup::CustomXmlPartCollection class

CustomXmlPartCollection class

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

class CustomXmlPartCollection

Methods

MethodDescription
Add(const Vector <uint8_t>& data, const Vector <uint8_t>& shemaData)Adds an item to the collection.
CustomXmlPartCollection(CustomXmlPartCollection_Impl* impl)Constructs from an implementation object.
CustomXmlPartCollection(const CustomXmlPartCollection& src)Copy constructor.
Get(int32_t index)Gets an item at the specified index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CustomXmlPartCollection& src)operator=
SelectByID(const U16String& id)Gets an item by id.
SelectByID(const char16_t* id)Gets an item by id.
~CustomXmlPartCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also