CdrFlgs

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject

public class CdrFlgs extends CdrObject

The cdr flags

Constructors

ConstructorDescription
CdrFlgs()

Methods

MethodDescription
getValue()Gets the value.
setValue(int value)Sets the value.

CdrFlgs()

public CdrFlgs()

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.