CmxContainer
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.imaging.fileformats.cmx.objectmodel.ICmxContainer
public abstract class CmxContainer implements ICmxContainer
the container for child elements.
Methods
Method | Description |
---|---|
getElements() | Gets the elements. |
equals(Object o) | Check if objects are equal. |
hashCode() | Get hash code of the current object. |
getElements()
public System.Collections.Generic.IGenericList<ICmxDocElement> getElements()
Gets the elements.
Returns: com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.imaging.fileformats.cmx.objectmodel.ICmxDocElement> - the elements.
equals(Object o)
public boolean equals(Object o)
Check if objects are equal.
Parameters:
Parameter | Type | Description |
---|---|---|
o | java.lang.Object | The other object. |
Returns: boolean - The equality comparison result.
hashCode()
public int hashCode()
Get hash code of the current object.
Returns: int - The hash code.