Package org.apache.fop.render.pdf
Class PDFLogicalStructureHandler.MarkedContentInfo
- java.lang.Object
-
- org.apache.fop.render.pdf.PDFLogicalStructureHandler.MarkedContentInfo
-
- Enclosing class:
- PDFLogicalStructureHandler
static final class PDFLogicalStructureHandler.MarkedContentInfo extends java.lang.Object
Class providing the necessary information for bracketing content associated to a structure element as a marked-content sequence.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
mcid
The value for the MCID entry of the marked-content sequence's property list.private PDFStructElem
parent
(package private) java.lang.String
tag
A value that can be used for the tag operand of a marked-content operator.
-
Constructor Summary
Constructors Modifier Constructor Description private
MarkedContentInfo(java.lang.String tag, int mcid, PDFStructElem parent)
-
-
-
Field Detail
-
tag
final java.lang.String 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 mcid
The value for the MCID entry of the marked-content sequence's property list.
-
parent
private final PDFStructElem parent
-
-
Constructor Detail
-
MarkedContentInfo
private MarkedContentInfo(java.lang.String tag, int mcid, PDFStructElem parent)
-
-