public class CustomData extends java.lang.Object implements ICustomData
Represents container for custom data.
Modifier and Type | Method and Description |
---|---|
ICustomXmlPartCollection |
getCustomXmlParts()
Returns the custom xml parts collection.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
ITagCollection |
getTags()
Returns the Customer Data Tags collection.
|
public final ITagCollection getTags()
Returns the Customer Data Tags collection.
Read-only ITagCollection
.
getTags
in interface ICustomData
public final ICustomXmlPartCollection getCustomXmlParts()
Returns the custom xml parts collection.
Read-only ICustomXmlPartCollection
.
getCustomXmlParts
in interface ICustomData
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.