Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • MarkedContentInfo

        private MarkedContentInfo​(java.lang.String tag,
                                  int mcid,
                                  PDFStructElem parent)