com.itextpdf.text.pdf.ocg
Interface OCGParser.PdfOperator

Enclosing class:
OCGParser

public static interface OCGParser.PdfOperator

PDF Operator interface.


Method Summary
 void process(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 parser
operator - the operator
operands - its operands
Throws:
IOException


Copyright © 2015. All Rights Reserved.