Uses of Class
com.itextpdf.text.pdf.PdfNumber
-
Packages that use PdfNumber Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.collection -
-
Uses of PdfNumber in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfNumber Modifier and Type Field Description static PdfNumberPdfPage. INVERTEDPORTRAITvalue of the Rotate key for a page in INVERTEDPORTRAITstatic PdfNumberPdfPage. LANDSCAPEvalue of the Rotate key for a page in LANDSCAPEstatic PdfNumberPdfFormXObject. ONEThis is a PdfNumber representing 1.static PdfNumberPdfPage. PORTRAITvalue of the Rotate key for a page in PORTRAITstatic PdfNumberPdfPage. SEASCAPEvalue of the Rotate key for a page in SEASCAPEstatic PdfNumberPdfFormXObject. ZEROThis is a PdfNumber representing 0.Methods in com.itextpdf.text.pdf that return PdfNumber Modifier and Type Method Description PdfNumberPdfArray. getAsNumber(int idx)Returns aPdfObjectas aPdfNumber, resolving indirect references.PdfNumberPdfDictionary. getAsNumber(PdfName key)Returns aPdfObjectas aPdfNumber, resolving indirect references.Methods in com.itextpdf.text.pdf with parameters of type PdfNumber Modifier and Type Method Description voidPdfTextArray. add(PdfNumber number)Adds aPdfNumberto thePdfArray. -
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 voidPdfCollectionItem. addItem(java.lang.String key, PdfNumber n)Sets the value of the collection item.
-