public enum CDGRAPHIC_FLAG extends Enum<CDGRAPHIC_FLAG> implements INumberEnum<Byte>
Enum Constant and Description |
---|
DESTSIZE_IS_PIXELS
Indicates that the DestSize field contains pixel values instead of twips
|
SPANSLINES
Spans lines and allows wrapping
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Byte |
getValue() |
static CDGRAPHIC_FLAG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDGRAPHIC_FLAG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDGRAPHIC_FLAG DESTSIZE_IS_PIXELS
public static final CDGRAPHIC_FLAG SPANSLINES
public static CDGRAPHIC_FLAG[] values()
for (CDGRAPHIC_FLAG c : CDGRAPHIC_FLAG.values()) System.out.println(c);
public static CDGRAPHIC_FLAG valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Byte getValue()
getValue
in interface INumberEnum<Byte>
public long getLongValue()
getLongValue
in interface INumberEnum<Byte>
long
Copyright © 2014–2018. All rights reserved.