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
| Constructor | Description |
|---|---|
| CdrPage() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | int | the identifier. |