Package com.itextpdf.text.pdf.ocg
Interface OCGParser.PdfOperator
-
- All Known Implementing Classes:
OCGParser.CopyContentOperator,OCGParser.GraphicsOperator,OCGParser.InlineImageOperator,OCGParser.MarkedContentOperator,OCGParser.PathConstructionOrPaintingOperator,OCGParser.TextOperator,OCGParser.XObjectOperator
- 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, java.util.List<PdfObject> operands)Methods that processes an operator
-
-
-
Method Detail
-
process
void process(OCGParser parser, PdfLiteral operator, java.util.List<PdfObject> operands) throws java.io.IOException
Methods that processes an operator- Parameters:
parser- the parseroperator- the operatoroperands- its operands- Throws:
java.io.IOException
-
-