CustomXmlPartCollectionAdd Method (String)

Adds new custom xml part.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public ICustomXmlPart Add(
	string xmlString
)

Parameters

xmlString
Type: SystemString
The xml string of new part to be added.

Return Value

Type: ICustomXmlPart
Created custom xml part.

Implements

ICustomXmlPartCollectionAdd(String)
Exceptions
ExceptionCondition
ArgumentNullExceptionxmlString is null.
ArgumentExceptionxmlString is empty or xml-data is invalid.
See Also