public static enum Triplet.ResourceObjectType.ROT_ObjectType extends java.lang.Enum<Triplet.ResourceObjectType.ROT_ObjectType>
AFPObjectType.| Enum Constant and Description |
|---|
BarCodeObject_BCOCA |
CodedFontObject |
CodePageObject |
DocumentObject |
FontCharacterSetObject |
FormMapObject |
GraphicsObject_GOCA |
ImageObject_IOCA |
ObjectContainer |
OverlayObject |
PageSegmentObject |
PresentationText |
Reserved |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.ResourceObjectType.ROT_ObjectType |
valueOf(short codeByte) |
static Triplet.ResourceObjectType.ROT_ObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.ResourceObjectType.ROT_ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.ResourceObjectType.ROT_ObjectType PresentationText
public static final Triplet.ResourceObjectType.ROT_ObjectType GraphicsObject_GOCA
public static final Triplet.ResourceObjectType.ROT_ObjectType BarCodeObject_BCOCA
public static final Triplet.ResourceObjectType.ROT_ObjectType ImageObject_IOCA
public static final Triplet.ResourceObjectType.ROT_ObjectType FontCharacterSetObject
public static final Triplet.ResourceObjectType.ROT_ObjectType CodePageObject
public static final Triplet.ResourceObjectType.ROT_ObjectType CodedFontObject
public static final Triplet.ResourceObjectType.ROT_ObjectType ObjectContainer
public static final Triplet.ResourceObjectType.ROT_ObjectType DocumentObject
public static final Triplet.ResourceObjectType.ROT_ObjectType PageSegmentObject
public static final Triplet.ResourceObjectType.ROT_ObjectType OverlayObject
public static final Triplet.ResourceObjectType.ROT_ObjectType Reserved
public static final Triplet.ResourceObjectType.ROT_ObjectType FormMapObject
public static Triplet.ResourceObjectType.ROT_ObjectType[] values()
for (Triplet.ResourceObjectType.ROT_ObjectType c : Triplet.ResourceObjectType.ROT_ObjectType.values()) System.out.println(c);
public static Triplet.ResourceObjectType.ROT_ObjectType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Triplet.ResourceObjectType.ROT_ObjectType valueOf(short codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()