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