Package com.itextpdf.text.pdf.parser
Class PdfContentStreamProcessor.BeginMarkedContentDictionary
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.PdfContentStreamProcessor.BeginMarkedContentDictionary
-
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
- PdfContentStreamProcessor
private static class PdfContentStreamProcessor.BeginMarkedContentDictionary extends java.lang.Object implements ContentOperator
A content operator implementation (BDC).- Since:
- 5.0.2
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BeginMarkedContentDictionary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private PdfDictionary
getPropertiesDictionary(PdfObject operand1, PdfContentStreamProcessor.ResourceDictionary resources)
void
invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
Invokes a content operator.
-
-
-
Method Detail
-
invoke
public void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands) throws java.lang.Exception
Description copied from interface:ContentOperator
Invokes a content operator.- Specified by:
invoke
in interfaceContentOperator
- Parameters:
processor
- the processor that is dealing with the PDF contentoperator
- the literal PDF syntax of the operatoroperands
- the operands that come with the operator- Throws:
java.lang.Exception
- any exception can be thrown - it will be re-packaged into a runtime exception and re-thrown by thePdfContentStreamProcessor
-
getPropertiesDictionary
private PdfDictionary getPropertiesDictionary(PdfObject operand1, PdfContentStreamProcessor.ResourceDictionary resources)
-
-