Uses of Class
com.itextpdf.text.pdf.PdfLiteral
-
Packages that use PdfLiteral Package Description com.itextpdf.testutils com.itextpdf.text.pdf com.itextpdf.text.pdf.mc com.itextpdf.text.pdf.ocg com.itextpdf.text.pdf.parser -
-
Uses of PdfLiteral in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfLiteral Modifier and Type Method Description booleanCompareTool. compareLiterals(PdfLiteral outLiteral, PdfLiteral cmpLiteral) -
Uses of PdfLiteral in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfLiteral Modifier and Type Field Description static PdfLiteralPdfFormXObject. MATRIXThis is the 1 - matrix. -
Uses of PdfLiteral in com.itextpdf.text.pdf.mc
Fields in com.itextpdf.text.pdf.mc declared as PdfLiteral Modifier and Type Field Description static PdfLiteralMCParser. TSTARA new line operatorMethods in com.itextpdf.text.pdf.mc with parameters of type PdfLiteral Modifier and Type Method Description protected voidMCParser. printOperator(PdfLiteral operator, List<PdfObject> operands)Adds an operator and its operands (if any) to baos.protected voidMCParser. printTextOperator(PdfLiteral operator, List<PdfObject> operands)Adds an operator and its operands (if any) to baos, keeping track of the text state.voidMCParser.PdfOperator. process(MCParser parser, PdfLiteral operator, List<PdfObject> operands)Methods that processes an operatorprotected voidMCParser. processOperator(PdfLiteral operator, List<PdfObject> operands)Processes an operator, for instance: write the operator and its operands to baos. -
Uses of PdfLiteral in com.itextpdf.text.pdf.ocg
Methods in com.itextpdf.text.pdf.ocg with parameters of type PdfLiteral Modifier and Type Method Description voidOCGParser.PdfOperator. process(OCGParser parser, PdfLiteral operator, List<PdfObject> operands)Methods that processes an operatorprotected voidOCGParser. process(PdfLiteral operator, List<PdfObject> operands, boolean removable)Processes an operatorprotected static voidOCGParser. processOperator(OCGParser parser, PdfLiteral operator, List<PdfObject> operands)Processes an operator. -
Uses of PdfLiteral in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser with parameters of type PdfLiteral Modifier and Type Method Description voidContentOperator. invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands)Invokes a content operator.
-