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

ConstructorDescription
CdrDictionaryItem()

Methods

MethodDescription
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:

ParameterTypeDescription
valueintthe identifier.