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 List<ICmxDocElement> getElements()
Gets the elements.
Returns: java.util.List<com.aspose.imaging.fileformats.cmx.objectmodel.ICmxDocElement> - the elements.