Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfNumber
-
Packages that use PdfNumber Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfNumber in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.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.gitlab.pdftk_java.com.lowagie.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.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfNumber Modifier and Type Method Description voidPdfTextArray. add(PdfNumber number)Adds aPdfNumberto thePdfArray.
-