Add()

ICustomXmlPartCollection::Add(System::ArrayPtr<uint8_t>) method

Adds new custom xml part.

virtual System::SharedPtr<ICustomXmlPart> Aspose::Slides::ICustomXmlPartCollection::Add(System::ArrayPtr<uint8_t> xmlData)=0

Arguments

ParameterTypeDescription
xmlDataSystem::ArrayPtr<uint8_t>The xml data of new part to be added.

Return Value

Created custom xml part.

ICustomXmlPartCollection::Add(System::String) method

Adds new custom xml part.

virtual System::SharedPtr<ICustomXmlPart> Aspose::Slides::ICustomXmlPartCollection::Add(System::String xmlString)=0

Arguments

ParameterTypeDescription
xmlStringSystem::StringThe xml string of new part to be added.

Return Value

Created custom xml part.

ICustomXmlPartCollection::Add(System::SharedPtr<System::IO::Stream>) method

Adds new custom xml part.

virtual System::SharedPtr<ICustomXmlPart> Aspose::Slides::ICustomXmlPartCollection::Add(System::SharedPtr<System::IO::Stream> inputStream)=0

Arguments

ParameterTypeDescription
inputStreamSystem::SharedPtr<System::IO::Stream>The inputStream with xml data of new part to be added.

Return Value

Created custom xml part.

See Also