Class PDFLogicalStructureHandler.MarkedContentInfo

java.lang.Object
org.apache.fop.render.pdf.PDFLogicalStructureHandler.MarkedContentInfo
Enclosing class:
PDFLogicalStructureHandler

static final class PDFLogicalStructureHandler.MarkedContentInfo extends Object
Class providing the necessary information for bracketing content associated to a structure element as a marked-content sequence.
  • Field Details

    • tag

      final 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 Details