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
Constructor | Description |
---|---|
CdrFlgs() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | int | the value. |