| Package | Description | 
|---|---|
| org.apache.pdfbox.cos | 
 These are the low level objects that make up a PDF document. 
 | 
| org.apache.pdfbox.pdfwriter | 
 This is the persistence layer used to write the PDFBox documents to a stream. 
 | 
| org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure | 
 The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static COSInteger | 
COSNumber.ONE
Deprecated. 
 
Use the  
ONE constant instead | 
static COSInteger | 
COSInteger.ONE
Constant for the number one. 
 | 
static COSInteger | 
COSInteger.THREE
Constant for the number three. 
 | 
static COSInteger | 
COSInteger.TWO
Constant for the number two. 
 | 
static COSInteger | 
COSNumber.ZERO
Deprecated. 
 
Use the  
ZERO constant instead | 
static COSInteger | 
COSInteger.ZERO
Constant for the number zero. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static COSInteger | 
COSInteger.get(long val)
Returns a COSInteger instance with the given value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
ICOSVisitor.visitFromInt(COSInteger obj)
Notification of visit to integer object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
COSWriter.visitFromInt(COSInteger obj)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PDStructureElement.insertBefore(COSInteger markedContentIdentifier,
            Object refKid)
Inserts a marked-content identifier kid before a reference kid. 
 | 
void | 
PDStructureElement.removeKid(COSInteger markedContentIdentifier)
Removes a marked-content identifier kid. 
 | 
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.