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)
Syntaxpublic ICustomXmlPart Add(
string xmlString
)
Public Function Add (
xmlString As String
) As ICustomXmlPart
public:
virtual ICustomXmlPart^ Add(
String^ xmlString
) sealed
abstract Add :
xmlString : string -> ICustomXmlPart
override Add :
xmlString : string -> ICustomXmlPart
Parameters
- xmlString
- Type: SystemString
The xml string of new part to be added.
Return Value
Type:
ICustomXmlPartCreated custom xml part.
Implements
ICustomXmlPartCollectionAdd(String)
Exceptions
See Also