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

ConstructorDescription
CdrSpnd()

Methods

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

ParameterTypeDescription
valueintthe value.