CmxDocument

Inheritance: java.lang.Object

public class CmxDocument

The CMX document.

Constructors

ConstructorDescription
CmxDocument()Initializes a new instance of the CmxDocument class.

Methods

MethodDescription
getPages()Gets the pages of current document.
toString()Returns a String that represents this instance.

CmxDocument()

public CmxDocument()

Initializes a new instance of the CmxDocument class.

getPages()

public System.Collections.Generic.IGenericList<CmxPage> getPages()

Gets the pages of current document.

Returns: com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.imaging.fileformats.cmx.objectmodel.CmxPage> - the pages of current document.

toString()

public String toString()

Returns a String that represents this instance.

Returns: java.lang.String - A String that represents this instance.