Package org.apache.fop.pdf
Class StandardStructureTypes.List
- java.lang.Object
-
- org.apache.fop.pdf.StandardStructureTypes.List
-
- Enclosing class:
- StandardStructureTypes
public static final class StandardStructureTypes.List extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static StructureType
L
static StructureType
LBL
static StructureType
LBODY
static StructureType
LI
-
Constructor Summary
Constructors Constructor Description List()
-
-
-
Field Detail
-
L
public static final StructureType L
-
LI
public static final StructureType LI
-
LBL
public static final StructureType LBL
-
LBODY
public static final StructureType LBODY
-
-