CdrSpnd
Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrDictionaryItem
public class CdrSpnd extends CdrDictionaryItem
The cdr span
Constructors
Constructor | Description |
---|---|
CdrSpnd() |
Methods
Method | Description |
---|---|
getValue() | Gets the value. |
setValue(int value) | Sets the value. |
CdrSpnd()
public CdrSpnd()
getValue()
public final int getValue()
Gets the value.
Returns: int - the value.
setValue(int value)
public final void setValue(int value)
Sets the value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | the value. |