CustomData
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.ICustomData, com.aspose.slides.IDOMObject
public class CustomData implements ICustomData, IDOMObject
Represents container for custom data.
Methods
Method | Description |
---|---|
getTags() | Returns the Customer Data Tags collection. |
getCustomXmlParts() | Returns the custom xml parts collection. |
getParent_Immediate() |
getTags()
public final ITagCollection getTags()
Returns the Customer Data Tags collection. Read-only ITagCollection.
Returns: ITagCollection
getCustomXmlParts()
public final ICustomXmlPartCollection getCustomXmlParts()
Returns the custom xml parts collection. Read-only ICustomXmlPartCollection.
Returns: ICustomXmlPartCollection
getParent_Immediate()
public final IDOMObject getParent_Immediate()
Returns Parent_Immediate object. Read-only IDOMObject.
Returns: com.aspose.slides.IDOMObject