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.
|
COSInteger |
COSObject.getGenerationNumber()
Getter for property generationNumber.
|
COSInteger |
COSObject.getObjectNumber()
Getter for property objectNumber.
|
Modifier and Type | Method and Description |
---|---|
void |
COSObject.setGenerationNumber(COSInteger generationNumberValue)
Setter for property generationNumber.
|
void |
COSObject.setObjectNumber(COSInteger objectNum)
Setter for property objectNumber.
|
Object |
ICOSVisitor.visitFromInt(COSInteger obj)
Notification of visit to integer object.
|
Modifier and Type | Method and Description |
---|---|
Object |
COSWriter.visitFromInt(COSInteger obj)
visitFromFloat method comment.
|
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-2016 The Apache Software Foundation. All Rights Reserved.