Package | Description |
---|---|
org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static COSNumber |
COSNumber.get(java.lang.String number) |
This factory method will get the appropriate number object.
|
Copyright © 2002–2018. All rights reserved.