ICmxContainer
All Implemented Interfaces: com.aspose.imaging.fileformats.cmx.objectmodel.ICmxDocElement
public interface ICmxContainer extends ICmxDocElement
Defines the container for child elements.
Methods
Method | Description |
---|---|
getElements() | Gets the elements. |
getElements()
public abstract 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.