CdrPage

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrObjectContainer

public class CdrPage extends CdrObjectContainer

The cdr page

Constructors

ConstructorDescription
CdrPage()

Methods

MethodDescription
getId()Gets the identifier.
setId(int value)Sets the identifier.

CdrPage()

public CdrPage()

getId()

public final int getId()

Gets the identifier.

Returns: int - the identifier.

setId(int value)

public final void setId(int value)

Sets the identifier.

Parameters:

ParameterTypeDescription
valueintthe identifier.