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 voidOCGRemover.parse(OCGParser parser, PdfDictionary page) Uses the OCGParser on a pagevoidOCGParser.CopyContentOperator.process(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) voidOCGParser.GraphicsOperator.process(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) voidOCGParser.InlineImageOperator.process(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) voidOCGParser.MarkedContentOperator.process(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) voidOCGParser.PathConstructionOrPaintingOperator.process(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) voidOCGParser.PdfOperator.process(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operatorvoidOCGParser.TextOperator.process(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) voidOCGParser.XObjectOperator.process(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) protected static voidOCGParser.processOperator(OCGParser parser, PdfLiteral operator, List<PdfObject> operands) Processes an operator.