com.itextpdf.text.pdf.parser
Interface ContentOperator
public interface ContentOperator
Interface implemented by a series of content operators
- Since:
- 2.1.4
invoke
void invoke(PdfContentStreamProcessor processor,
PdfLiteral operator,
ArrayList<PdfObject> operands)
throws Exception
- Invokes a content operator.
- 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 the PdfContentStreamProcessor
Copyright © 2011. All Rights Reserved.