CustomXmlPartCollectionAdd Method (Stream) |
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(
Stream inputStream
)
Public Function Add (
inputStream As Stream
) As ICustomXmlPart
public:
virtual ICustomXmlPart^ Add(
Stream^ inputStream
) sealed
abstract Add :
inputStream : Stream -> ICustomXmlPart
override Add :
inputStream : Stream -> ICustomXmlPart
Parameters
- inputStream
- Type: System.IOStream
The inputStream with xml data of new part to be added.
Return Value
Type:
ICustomXmlPartCreated custom xml part.
Implements
ICustomXmlPartCollectionAdd(Stream)
Exceptions
See Also