| Package | Description |
|---|---|
| org.sejda.sambox.cos | |
| org.sejda.sambox.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 |
COSInteger.ONE |
static COSInteger |
COSInteger.THREE |
static COSInteger |
COSInteger.TWO |
static COSInteger |
COSInteger.ZERO |
| Modifier and Type | Method and Description |
|---|---|
static COSInteger |
COSInteger.get(long key)
Factory method for a COSInteger instance with the given value.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
COSVisitor.visit(COSInteger value) |
| 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 © 2019 sejda. All rights reserved.