CdrFlgs
Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject
public class CdrFlgs extends CdrObject
Il cdr flags
Costruttori
| Costruttore | Descrizione |
|---|---|
| CdrFlgs() |
Metodi
| Metodo | Descrizione |
|---|---|
| getValue() | Ottiene il valore. |
| setValue(int value) | Imposta il valore. |
CdrFlgs()
public CdrFlgs()
getValue()
public final int getValue()
Ottiene il valore.
Returns: int - il valore.
setValue(int value)
public final void setValue(int value)
Imposta il valore.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | int | il valore. |