Uses of Class
com.itextpdf.text.pdf.ocg.OCGParser
Packages that use OCGParser
-
Uses of OCGParser in com.itextpdf.text.pdf.ocg
Methods in com.itextpdf.text.pdf.ocg with parameters of type OCGParserModifier and TypeMethodDescriptionprivate void
OCGRemover.parse
(OCGParser parser, PdfDictionary page) Uses the OCGParser on a pagevoid
OCGParser.CopyContentOperator.process
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) void
OCGParser.GraphicsOperator.process
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) void
OCGParser.InlineImageOperator.process
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) void
OCGParser.MarkedContentOperator.process
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) void
OCGParser.PathConstructionOrPaintingOperator.process
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) void
OCGParser.PdfOperator.process
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operatorvoid
OCGParser.TextOperator.process
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) void
OCGParser.XObjectOperator.process
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) protected static void
OCGParser.processOperator
(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) Processes an operator.