Package com.itextpdf.text.pdf.parser
Class PdfContentStreamProcessor.EndMarkedContent
java.lang.Object
com.itextpdf.text.pdf.parser.PdfContentStreamProcessor.EndMarkedContent
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
PdfContentStreamProcessor
private static class PdfContentStreamProcessor.EndMarkedContent
extends Object
implements ContentOperator
A content operator implementation (EMC).
- Since:
- 5.0.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) Invokes a content operator.
-
Constructor Details
-
EndMarkedContent
private EndMarkedContent()
-
-
Method Details
-
invoke
public void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) throws Exception Description copied from interface:ContentOperatorInvokes a content operator.- Specified by:
invokein 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:
Exception- any exception can be thrown - it will be re-packaged into a runtime exception and re-thrown by thePdfContentStreamProcessor
-