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 TypeMethodDescriptionboolean
CompareTool.compareLiterals
(PdfLiteral outLiteral, PdfLiteral cmpLiteral) private boolean
CompareTool.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 PdfLiteral
PdfReaderInstance.IDENTITYMATRIX
static final PdfLiteral
PdfFormXObject.MATRIX
This is the 1 - matrix.Fields in com.itextpdf.text.pdf with type parameters of type PdfLiteralModifier and TypeFieldDescriptionprivate HashMap
<PdfName, PdfLiteral> PdfSignatureAppearance.exclusionLocations
Name 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 void
MCParser.printOperator
(PdfLiteral operator, List<PdfObject> operands) Adds an operator and its operands (if any) to baos.protected void
MCParser.printTextOperator
(PdfLiteral operator, List<PdfObject> operands) Adds an operator and its operands (if any) to baos, keeping track of the text state.void
MCParser.BeginMarkedContentDictionaryOperator.process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) void
MCParser.BeginTextOperator.process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) void
MCParser.CopyContentOperator.process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) void
MCParser.DoOperator.process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) void
MCParser.EndTextOperator.process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) void
MCParser.PdfOperator.process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operatorvoid
MCParser.TextNewLineOperator.process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) void
MCParser.TextPositioningOperator.process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) void
MCParser.TextStateOperator.process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) protected void
MCParser.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 TypeMethodDescriptionvoid
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 operatorprotected void
OCGParser.process
(PdfLiteral operator, List<PdfObject> operands, boolean removable) 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. -
Uses of PdfLiteral in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser with parameters of type PdfLiteralModifier and TypeMethodDescriptionvoid
ContentOperator.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) Invokes a content operator.void
PdfContentStreamProcessor.BeginMarkedContent.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.BeginMarkedContentDictionary.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.BeginText.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.ClipPath.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.CloseSubpath.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.Curve.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.CurveFirstPointDuplicated.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.CurveFourhPointDuplicated.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.Do.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.EndMarkedContent.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.EndPath.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.EndText.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.IgnoreOperatorContentOperator.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.LineTo.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.ModifyCurrentTransformationMatrix.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.MoveNextLineAndShowText.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.MoveNextLineAndShowTextWithSpacing.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.MoveTo.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.PaintPath.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.PopGraphicsState.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.ProcessGraphicsStateResource.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.PushGraphicsState.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.Rectangle.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetCMYKFill.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetCMYKStroke.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetColorFill.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetColorSpaceFill.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetColorSpaceStroke.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetColorStroke.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetGrayFill.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetGrayStroke.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetLineCap.invoke
(PdfContentStreamProcessor processor, PdfLiteral oper, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetLineDashPattern.invoke
(PdfContentStreamProcessor processor, PdfLiteral oper, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetLineJoin.invoke
(PdfContentStreamProcessor processor, PdfLiteral oper, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetLineWidth.invoke
(PdfContentStreamProcessor processor, PdfLiteral oper, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetMiterLimit.invoke
(PdfContentStreamProcessor processor, PdfLiteral oper, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetRGBFill.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetRGBStroke.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetTextCharacterSpacing.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetTextFont.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetTextHorizontalScaling.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetTextLeading.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetTextRenderMode.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetTextRise.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.SetTextWordSpacing.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.ShowText.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.ShowTextArray.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.TextMoveNextLine.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.TextMoveStartNextLine.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.TextMoveStartNextLineWithLeading.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) void
PdfContentStreamProcessor.TextSetTextMatrix.invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) private void
PdfContentStreamProcessor.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 TypeMethodDescriptionvoid
PdfCleanUpContentOperator.invoke
(PdfContentStreamProcessor pdfContentStreamProcessor, PdfLiteral operator, ArrayList<PdfObject> operands)