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.
begin()Returns an iterator to the beginning of the CustomXmlPartCollection.
CustomXmlPartCollection(CustomXmlPartCollection_Impl* impl)Constructs from an implementation object.
CustomXmlPartCollection(const CustomXmlPartCollection& src)Copy constructor.
end()Returns an iterator to the end of the CustomXmlPartCollection.
Get(int32_t index)Gets an item at the specified index.
GetCount()Gets the number of elements contained in the instance.
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