Uses of Class
com.lowagie.text.pdf.PdfNumber
-
Packages that use PdfNumber Package Description com.lowagie.text.pdf com.lowagie.text.pdf.collection -
-
Uses of PdfNumber in com.lowagie.text.pdf
Fields in com.lowagie.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 LANDSCAPEstatic 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.lowagie.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
PdfSignatureAppDataDict. getR()
The software module revision number.Methods in com.lowagie.text.pdf with parameters of type PdfNumber Modifier and Type Method Description void
PdfTextArray. add(PdfNumber number)
Adds aPdfNumber
to thePdfArray
.private void
PdfCopyFieldsImp. adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn)
int
PdfNumber. compareTo(PdfNumber o)
-
Uses of PdfNumber in com.lowagie.text.pdf.collection
Methods in com.lowagie.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.
-