| Package | Description |
|---|---|
| de.intarsys.pdf.st |
The storage level semantics of a PDF document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
STXRefEntryCompressed
An entry in a XRef stream.
|
class |
STXRefEntryFree
Represents a free object entry in a pdf xref table.
|
class |
STXRefEntryOccupied
Represents an occupied object entry in a pdf xref table.
|
| Modifier and Type | Method and Description |
|---|---|
STXRefEntry |
STXRefEntryOccupied.copy() |
STXRefEntry |
STXRefEntryFree.copy() |
STXRefEntry |
STXRefEntryCompressed.copy() |
abstract STXRefEntry |
STXRefEntry.copy() |
STXRefEntry |
STXRefSection.getEntry(int number) |
| Modifier and Type | Method and Description |
|---|---|
List<STXRefEntry> |
STTools.EntryCollector.getEntries() |
static List<STXRefEntry> |
STTools.getOccupiedEntries(STXRefSection section) |
| Modifier and Type | Method and Description |
|---|---|
void |
STXRefSection.addEntry(STXRefEntry entry) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.