CdrDictionaryItem
Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject
public class CdrDictionaryItem extends CdrObject
The cdr dictionary item
Constructors
| Constructor | Description |
|---|---|
| CdrDictionaryItem() |
Methods
| Method | Description |
|---|---|
| getId() | Gets the identifier. |
| setId(int value) | Sets the identifier. |
CdrDictionaryItem()
public CdrDictionaryItem()
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. |