Package org.apache.fop.pdf
Class StandardStructureTypes
- java.lang.Object
-
- org.apache.fop.pdf.StandardStructureTypes
-
public final class StandardStructureTypes extends java.lang.ObjectStandard structure types, as defined in section 10.7.4 of the PDF Reference, Fourth Edition (PDF 1.5).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStandardStructureTypes.Groupingstatic classStandardStructureTypes.Illustrationstatic classStandardStructureTypes.InlineLevelStructurestatic classStandardStructureTypes.Liststatic classStandardStructureTypes.Paragraphlikestatic classStandardStructureTypes.RubyOrWarichustatic classStandardStructureTypes.Table
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StructureTypeget(java.lang.String name)Returns the standard structure type of the given name.
-
-
-
Method Detail
-
get
public static StructureType get(java.lang.String name)
Returns the standard structure type of the given name.- Parameters:
name- the name of a structure type, case sensitive. For example, Document, Sect, H1, etc.- Returns:
- the corresponding
StructureTypeinstance, ornullif the given name does not correspond to a standard structure type
-
-