Uses of Class
com.lowagie.text.pdf.PdfNumber

Packages that use PdfNumber
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
static PdfNumber PdfPage.INVERTEDPORTRAIT
          value of the Rotate key for a page in INVERTEDPORTRAIT
static PdfNumber PdfPage.LANDSCAPE
          value of the Rotate key for a page in LANDSCAPE
static PdfNumber PdfFormXObject.ONE
          This is a PdfNumber representing 1.
static PdfNumber PdfPage.PORTRAIT
          value of the Rotate key for a page in PORTRAIT
static PdfNumber PdfPage.SEASCAPE
          value of the Rotate key for a page in SEASCAPE
static PdfNumber PdfFormXObject.ZERO
          This is a PdfNumber representing 0.
 

Methods in com.lowagie.text.pdf that return PdfNumber
 PdfNumber PdfArray.getAsNumber(int idx)
          Returns a PdfObject as a PdfNumber, resolving indirect references.
 PdfNumber PdfDictionary.getAsNumber(PdfName key)
          Returns a PdfObject as a PdfNumber, resolving indirect references.
 

Methods in com.lowagie.text.pdf with parameters of type PdfNumber
 void PdfTextArray.add(PdfNumber number)
          Adds a PdfNumber to the PdfArray.
 

Uses of PdfNumber in com.lowagie.text.pdf.collection
 

Methods in com.lowagie.text.pdf.collection with parameters of type PdfNumber
 void PdfCollectionItem.addItem(String key, PdfNumber n)
          Sets the value of the collection item.
 



Copyright © 2012. All Rights Reserved.