Class PdfContentStreamHandler.BeginMarkedDict

    • Constructor Detail

      • BeginMarkedDict

        private BeginMarkedDict()
    • Method Detail

      • getBDCDictionary

        private static PdfDictionary getBDCDictionary​(java.util.List<PdfObject> operands,
                                                      PdfDictionary resources)
        The BDC marked-content operator which brackets a marked-content sequence of objects within the content stream.
        Parameters:
        operands - list of operands
        resources - dictionary
        Returns:
        PdfDictionary of type BDC marked-content
      • invoke

        public void invoke​(java.util.List<PdfObject> operands,
                           PdfContentStreamHandler handler,
                           PdfDictionary resources)
        Description copied from interface: ContentOperator
        Invokes a content operator.
        Specified by:
        invoke in interface ContentOperator
        Parameters:
        operands - the operands that come with the operator
        handler - content stream handler that is invoking us
        resources - Pdf Resources found in the file containing the stream.