Uses of Class
com.itextpdf.text.pdf.PdfNumber
Packages that use PdfNumber
Package
Description
-
Uses of PdfNumber in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfNumberModifier and TypeMethodDescriptionbooleanCompareTool.compareNumbers(PdfNumber outNumber, PdfNumber cmpNumber) private booleanCompareTool.compareNumbersExtended(PdfNumber outNumber, PdfNumber cmpNumber, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult) -
Uses of PdfNumber in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfNumberModifier and TypeFieldDescriptionstatic final PdfNumberPdfPage.INVERTEDPORTRAITvalue of the Rotate key for a page in INVERTEDPORTRAITstatic final PdfNumberPdfPage.LANDSCAPEvalue of the Rotate key for a page in LANDSCAPEprivate PdfNumberPdfSigLockDictionary.LockPermissions.numberstatic final PdfNumberPdfFormXObject.ONEThis is a PdfNumber representing 1.(package private) static final PdfNumberPdfReaderInstance.ONEstatic final PdfNumberPdfPage.PORTRAITvalue of the Rotate key for a page in PORTRAITstatic final PdfNumberPdfPage.SEASCAPEvalue of the Rotate key for a page in SEASCAPEstatic final PdfNumberPdfFormXObject.ZEROThis is a PdfNumber representing 0.Methods in com.itextpdf.text.pdf that return PdfNumberModifier and TypeMethodDescriptionPdfArray.getAsNumber(int idx) Returns aPdfObjectas aPdfNumber, resolving indirect references.PdfDictionary.getAsNumber(PdfName key) Returns aPdfObjectas aPdfNumber, resolving indirect references.PdfSigLockDictionary.LockPermissions.getValue()Methods in com.itextpdf.text.pdf with parameters of type PdfNumberModifier and TypeMethodDescriptionvoidAdds aPdfNumberto thePdfArray.private voidPdfCopy.adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn) private voidPdfCopyFieldsImp.adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn) Deprecated.PdfStructTreeController.copyPageMarks(PdfDictionary parentTree, PdfNumber arrayNumber, int newArrayNumber) voidPdfStructTreeController.copyStructTreeForPage(PdfNumber sourceArrayNumber, int newArrayNumber) Constructor parameters in com.itextpdf.text.pdf with type arguments of type PdfNumberModifierConstructorDescriptionNumberArray(List<PdfNumber> numbers) Creates a PdfArray consisting of PdfNumber objects. -
Uses of PdfNumber in com.itextpdf.text.pdf.collection
Methods in com.itextpdf.text.pdf.collection with parameters of type PdfNumber -
Uses of PdfNumber in com.itextpdf.text.pdf.mc
Fields in com.itextpdf.text.pdf.mc declared as PdfNumberModifier and TypeFieldDescriptionprotected PdfNumberMCParser.structParentsthe StructParents of the page that is being processed.Methods in com.itextpdf.text.pdf.mc with parameters of type PdfNumberModifier and TypeMethodDescriptionprotected voidMCParser.dealWithMcid(PdfNumber mcid) When an MCID is encountered, the parser will check the list structure items and turn an annotation into an XObject if necessary.intStructureItems.getNextMCID(PdfNumber structParents) Finds the next available MCID, which is either the lowest empty ID in the existing range, or the first available higher number.intStructureItems.processMCID(PdfNumber structParents, PdfIndirectReference ref) Creates a new MCID in the parent tree of the page and returns that new MCID so that it can be used in the content streamvoidStructureItems.removeFromParentTree(PdfNumber structParent) Removes a StructParent from the parent tree.Constructors in com.itextpdf.text.pdf.mc with parameters of type PdfNumberModifierConstructorDescriptionStructureMCID(PdfIndirectReference pg, PdfNumber mcid) Creates a StructureMCID using an MCID. -
Uses of PdfNumber in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfNumberModifier and TypeMethodDescriptionprivate voidPdfCleanUpProcessor.drawOverlayText(PdfContentByte canvas, List<Rectangle> textRectangles, PdfString overlayText, PdfString otDA, PdfNumber otQ, PdfBoolean otRepeat) private FontPdfCleanUpProcessor.retrieveFontFromAcroForm(PdfName fontName, PdfNumber size) -
Uses of PdfNumber in com.itextpdf.text.pdf.spatial
Methods in com.itextpdf.text.pdf.spatial with parameters of type PdfNumberModifier and TypeMethodDescriptionvoidPointData.addXPTSValue(PdfNumber value, PtIdentifier identifier) Adds a point to the Point Data dictionary.voidA factor that shall be used to convert the largest units along the y axis to the largest units along the x axis. -
Uses of PdfNumber in com.itextpdf.text.pdf.spatial.objects
Methods in com.itextpdf.text.pdf.spatial.objects with parameters of type PdfNumberModifier and TypeMethodDescriptionvoidNumberFormatDictionary.setConversionFactor(PdfNumber n) The conversion factor used to multiply a value in partial units of the previous number format array element to obtain a value in the units of this dictionary.voidNumberFormatDictionary.setPrecision(PdfNumber precision) A positive integer that shall specify the precision or denominator of a fractional amount: When the Fractional Value isFraction.DECIMAL, this entry shall be the precision of a decimal display; it shall be a multiple of 10.