Uses of Class
org.apache.pdfbox.cos.COSNumber

Packages that use COSNumber
org.apache.pdfbox.cos These are the low level objects that make up a PDF document. 
 

Uses of COSNumber in org.apache.pdfbox.cos
 

Subclasses of COSNumber in org.apache.pdfbox.cos
 class COSFloat
          This class represents a floating point number in a PDF document.
 class COSInteger
          This class represents an integer number in a PDF document.
 

Methods in org.apache.pdfbox.cos that return COSNumber
static COSNumber COSNumber.get(String number)
          This factory method will get the appropriate number object.
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.