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.PdfOperator
PDF Operator interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operator
-
Method Details
-
process
Methods that processes an operator- Parameters:
parser- the parseroperator- the operatoroperands- its operands- Throws:
IOException
-