Package org.apache.fop.afp.modca
Interface AbstractAFPObject.Type
-
- Enclosing class:
- AbstractAFPObject
public static interface AbstractAFPObject.Typestructured field type codes
-
-
Field Summary
Fields Modifier and Type Field Description static byteATTRIBUTEAttributestatic byteBEGINBeginstatic byteCONTROLControlstatic byteCOPY_COUNTCopy Countstatic byteDATADatastatic byteDESCRIPTORDescriptorstatic byteENDEndstatic byteINCLUDEIncludestatic byteLINKLinkstatic byteMAPMapstatic byteMIGRATIONMigrationstatic bytePOSITIONPositionstatic bytePROCESSProcessstatic byteTABLETablestatic byteVARIABLEVariable
-
-
-
Field Detail
-
ATTRIBUTE
static final byte ATTRIBUTE
Attribute- See Also:
- Constant Field Values
-
COPY_COUNT
static final byte COPY_COUNT
Copy Count- See Also:
- Constant Field Values
-
DESCRIPTOR
static final byte DESCRIPTOR
Descriptor- See Also:
- Constant Field Values
-
CONTROL
static final byte CONTROL
Control- See Also:
- Constant Field Values
-
BEGIN
static final byte BEGIN
Begin- See Also:
- Constant Field Values
-
END
static final byte END
End- See Also:
- Constant Field Values
-
MAP
static final byte MAP
Map- See Also:
- Constant Field Values
-
POSITION
static final byte POSITION
Position- See Also:
- Constant Field Values
-
PROCESS
static final byte PROCESS
Process- See Also:
- Constant Field Values
-
INCLUDE
static final byte INCLUDE
Include- See Also:
- Constant Field Values
-
TABLE
static final byte TABLE
Table- See Also:
- Constant Field Values
-
MIGRATION
static final byte MIGRATION
Migration- See Also:
- Constant Field Values
-
VARIABLE
static final byte VARIABLE
Variable- See Also:
- Constant Field Values
-
LINK
static final byte LINK
Link- See Also:
- Constant Field Values
-
DATA
static final byte DATA
Data- See Also:
- Constant Field Values
-
-