Uses of Class
com.itextpdf.text.pdf.PdfLiteral
Packages that use PdfLiteral
Package
Description
-
Uses of PdfLiteral in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfLiteralModifier and TypeMethodDescriptionbooleanCompareTool.compareLiterals(PdfLiteral outLiteral, PdfLiteral cmpLiteral) private booleanCompareTool.compareLiteralsExtended(PdfLiteral outLiteral, PdfLiteral cmpLiteral, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult) -
Uses of PdfLiteral in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfLiteralModifier and TypeFieldDescription(package private) static final PdfLiteralPdfReaderInstance.IDENTITYMATRIXstatic final PdfLiteralPdfFormXObject.MATRIXThis is the 1 - matrix.Fields in com.itextpdf.text.pdf with type parameters of type PdfLiteralModifier and TypeFieldDescriptionprivate HashMap<PdfName, PdfLiteral> PdfSignatureAppearance.exclusionLocationsName and content of keys that can only be added in the close() method. -
Uses of PdfLiteral in com.itextpdf.text.pdf.mc
Fields in com.itextpdf.text.pdf.mc declared as PdfLiteralMethods in com.itextpdf.text.pdf.mc with parameters of type PdfLiteralModifier and TypeMethodDescriptionprotected 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.BeginMarkedContentDictionaryOperator.process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) voidMCParser.BeginTextOperator.process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) voidMCParser.CopyContentOperator.process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) voidMCParser.DoOperator.process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) voidMCParser.EndTextOperator.process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) voidMCParser.PdfOperator.process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operatorvoidMCParser.TextNewLineOperator.process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) voidMCParser.TextPositioningOperator.process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) voidMCParser.TextStateOperator.process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) protected 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 PdfLiteralModifier and TypeMethodDescriptionvoidOCGParser.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 operatorprotected voidOCGParser.process(PdfLiteral operator, List<PdfObject> operands, boolean removable) 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. -
Uses of PdfLiteral in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser with parameters of type PdfLiteralModifier and TypeMethodDescriptionvoidContentOperator.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) Invokes a content operator.voidPdfContentStreamProcessor.BeginMarkedContent.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.BeginMarkedContentDictionary.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.BeginText.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.ClipPath.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.CloseSubpath.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.Curve.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.CurveFirstPointDuplicated.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.CurveFourhPointDuplicated.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.Do.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.EndMarkedContent.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.EndPath.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.EndText.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.IgnoreOperatorContentOperator.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.LineTo.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.ModifyCurrentTransformationMatrix.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.MoveNextLineAndShowText.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.MoveNextLineAndShowTextWithSpacing.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.MoveTo.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.PaintPath.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.PopGraphicsState.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.ProcessGraphicsStateResource.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.PushGraphicsState.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.Rectangle.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetCMYKFill.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetCMYKStroke.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetColorFill.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetColorSpaceFill.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetColorSpaceStroke.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetColorStroke.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetGrayFill.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetGrayStroke.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetLineCap.invoke(PdfContentStreamProcessor processor, PdfLiteral oper, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetLineDashPattern.invoke(PdfContentStreamProcessor processor, PdfLiteral oper, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetLineJoin.invoke(PdfContentStreamProcessor processor, PdfLiteral oper, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetLineWidth.invoke(PdfContentStreamProcessor processor, PdfLiteral oper, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetMiterLimit.invoke(PdfContentStreamProcessor processor, PdfLiteral oper, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetRGBFill.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetRGBStroke.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetTextCharacterSpacing.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetTextFont.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetTextHorizontalScaling.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetTextLeading.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetTextRenderMode.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetTextRise.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.SetTextWordSpacing.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.ShowText.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.ShowTextArray.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.TextMoveNextLine.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.TextMoveStartNextLine.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.TextMoveStartNextLineWithLeading.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) voidPdfContentStreamProcessor.TextSetTextMatrix.invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) private voidPdfContentStreamProcessor.invokeOperator(PdfLiteral operator, ArrayList<PdfObject> operands) Invokes an operator. -
Uses of PdfLiteral in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfLiteralModifier and TypeMethodDescriptionvoidPdfCleanUpContentOperator.invoke(PdfContentStreamProcessor pdfContentStreamProcessor, PdfLiteral operator, ArrayList<PdfObject> operands)