Uses of Class
com.itextpdf.text.pdf.PdfNumber
-
-
Uses of PdfNumber in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfNumber Modifier and Type Method Description boolean
CompareTool. compareNumbers(PdfNumber outNumber, PdfNumber cmpNumber)
private boolean
CompareTool. 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 PdfNumber Modifier and Type Field Description static PdfNumber
PdfPage. INVERTEDPORTRAIT
value of the Rotate key for a page in INVERTEDPORTRAITstatic PdfNumber
PdfPage. LANDSCAPE
value of the Rotate key for a page in LANDSCAPEprivate PdfNumber
PdfSigLockDictionary.LockPermissions. number
static PdfNumber
PdfFormXObject. ONE
This is a PdfNumber representing 1.(package private) static PdfNumber
PdfReaderInstance. ONE
static PdfNumber
PdfPage. PORTRAIT
value of the Rotate key for a page in PORTRAITstatic PdfNumber
PdfPage. SEASCAPE
value of the Rotate key for a page in SEASCAPEstatic PdfNumber
PdfFormXObject. ZERO
This is a PdfNumber representing 0.Methods in com.itextpdf.text.pdf that return PdfNumber Modifier and Type Method Description PdfNumber
PdfArray. getAsNumber(int idx)
Returns aPdfObject
as aPdfNumber
, resolving indirect references.PdfNumber
PdfDictionary. getAsNumber(PdfName key)
Returns aPdfObject
as aPdfNumber
, resolving indirect references.PdfNumber
PdfSigLockDictionary.LockPermissions. getValue()
Methods in com.itextpdf.text.pdf with parameters of type PdfNumber Modifier and Type Method Description void
PdfTextArray. add(PdfNumber number)
Adds aPdfNumber
to thePdfArray
.private void
PdfCopy. adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn)
private void
PdfCopyFieldsImp. adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn)
Deprecated.private PdfStructTreeController.returnType
PdfStructTreeController. copyPageMarks(PdfDictionary parentTree, PdfNumber arrayNumber, int newArrayNumber)
void
PdfStructTreeController. copyStructTreeForPage(PdfNumber sourceArrayNumber, int newArrayNumber)
Constructor parameters in com.itextpdf.text.pdf with type arguments of type PdfNumber Constructor Description NumberArray(java.util.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 Modifier and Type Method Description void
PdfCollectionItem. addItem(java.lang.String key, PdfNumber n)
Sets the value of the collection item. -
Uses of PdfNumber in com.itextpdf.text.pdf.mc
Fields in com.itextpdf.text.pdf.mc declared as PdfNumber Modifier and Type Field Description protected PdfNumber
MCParser. structParents
the StructParents of the page that is being processed.Methods in com.itextpdf.text.pdf.mc with parameters of type PdfNumber Modifier and Type Method Description protected void
MCParser. 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.int
StructureItems. 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.int
StructureItems. 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 streamvoid
StructureItems. removeFromParentTree(PdfNumber structParent)
Removes a StructParent from the parent tree.Constructors in com.itextpdf.text.pdf.mc with parameters of type PdfNumber Constructor Description StructureMCID(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 PdfNumber Modifier and Type Method Description private void
PdfCleanUpProcessor. drawOverlayText(PdfContentByte canvas, java.util.List<Rectangle> textRectangles, PdfString overlayText, PdfString otDA, PdfNumber otQ, PdfBoolean otRepeat)
private Font
PdfCleanUpProcessor. 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 PdfNumber Modifier and Type Method Description void
PointData. addXPTSValue(PdfNumber value, PtIdentifier identifier)
Adds a point to the Point Data dictionary.void
MeasureRectilinear. setCYX(PdfNumber cyx)
A 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 PdfNumber Modifier and Type Method Description void
NumberFormatDictionary. 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.void
NumberFormatDictionary. 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.
-