Add()
Contents
[
Hide
]CustomXmlPartCollection::Add(System::String) method
Adds new custom xml part.
System::SharedPtr<ICustomXmlPart> Aspose::Slides::CustomXmlPartCollection::Add(System::String xmlString) override
Arguments
Parameter | Type | Description |
---|---|---|
xmlString | System::String | The xml string of new part to be added. |
Return Value
Created custom xml part.
CustomXmlPartCollection::Add(System::ArrayPtr<uint8_t>) method
Adds new custom xml part.
System::SharedPtr<ICustomXmlPart> Aspose::Slides::CustomXmlPartCollection::Add(System::ArrayPtr<uint8_t> xmlData) override
Arguments
Parameter | Type | Description |
---|---|---|
xmlData | System::ArrayPtr<uint8_t> | The xml data of new part to be added. |
Return Value
Created custom xml part.
CustomXmlPartCollection::Add(System::SharedPtr<System::IO::Stream>) method
Adds new custom xml part.
System::SharedPtr<ICustomXmlPart> Aspose::Slides::CustomXmlPartCollection::Add(System::SharedPtr<System::IO::Stream> inputStream) override
Arguments
Parameter | Type | Description |
---|---|---|
inputStream | System::SharedPtr<System::IO::Stream> | The inputStream with xml data of new part to be added. |
Return Value
Created custom xml part.
See Also
- Typedef SharedPtr
- Typedef ArrayPtr
- Class ICustomXmlPart
- Class String
- Class CustomXmlPartCollection
- Class Stream
- Namespace Aspose::Slides
- Library Aspose.Slides