Package org.apache.fop.render.pdf
Class PDFLogicalStructureHandler.MarkedContentInfo
java.lang.Object
org.apache.fop.render.pdf.PDFLogicalStructureHandler.MarkedContentInfo
- Enclosing class:
- PDFLogicalStructureHandler
Class providing the necessary information for bracketing content
associated to a structure element as a marked-content sequence.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
The value for the MCID entry of the marked-content sequence's property list.private final PDFStructElem
(package private) final String
A value that can be used for the tag operand of a marked-content operator. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
MarkedContentInfo
(String tag, int mcid, PDFStructElem parent) -
Method Summary
-
Field Details
-
tag
A value that can be used for the tag operand of a marked-content operator. This is the structure type of the corresponding structure element. -
mcid
final int mcidThe value for the MCID entry of the marked-content sequence's property list. -
parent
-
-
Constructor Details
-
MarkedContentInfo
-