Package com.itextpdf.text.pdf.mc
Interface MCParser.PdfOperator
-
- Enclosing class:
- MCParser
public static interface MCParser.PdfOperatorPDF Operator interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(MCParser parser, PdfLiteral operator, List<PdfObject> operands)Methods that processes an operator
-
-
-
Method Detail
-
process
void process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) throws DocumentException, IOException
Methods that processes an operator- Parameters:
parser- the parseroperator- the operatoroperands- its operands- Throws:
IOExceptionDocumentException
-
-