| Package | Description |
|---|---|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.st |
The storage level semantics of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
STXRefSection |
COSTools.Revision.getXRefSection() |
| Modifier and Type | Method and Description |
|---|---|
static List<COSTools.Revision> |
COSTools.getSubsequentRevisions(COSDocument doc,
STXRefSection base) |
void |
COSTools.Revision.setXRefSection(STXRefSection refSection) |
| Modifier and Type | Class and Description |
|---|---|
class |
STStreamXRefSection
A section in a stream XRef.
|
class |
STTrailerXRefSection
A section in a classical XRef.
|
| Modifier and Type | Method and Description |
|---|---|
STXRefSection |
STDocument.createNewXRefSection() |
abstract STXRefSection |
STXRefSection.createSuccessor() |
STXRefSection |
STTrailerXRefSection.createSuccessor() |
STXRefSection |
STStreamXRefSection.createSuccessor() |
STXRefSection |
STXRefSection.getPrevious() |
STXRefSection |
STDocument.getXRefSection()
The most recent STXrefSection of the document.
|
STXRefSection |
XRefTrailerParser.parse(de.intarsys.tools.randomaccess.IRandomAccess randomAcces) |
STXRefSection |
XRefStreamParser.parse(de.intarsys.tools.randomaccess.IRandomAccess randomAcces) |
STXRefSection |
XRefFallbackParser.parse(de.intarsys.tools.randomaccess.IRandomAccess input) |
abstract STXRefSection |
AbstractXRefParser.parse(de.intarsys.tools.randomaccess.IRandomAccess randomAcces)
Parser the
STXRefSection from the randomAccess. |
| Modifier and Type | Method and Description |
|---|---|
static List<STXRefEntry> |
STTools.getOccupiedEntries(STXRefSection section) |
void |
STDocument.setXRefSection(STXRefSection pXRefSection)
Attach the most recent x ref section to the document.
|
static void |
STTools.visitEntries(STXRefSection section,
de.intarsys.pdf.st.IXRefEntryVisitor visitor) |
void |
AbstractXRefWriter.writeXRef(STXRefSection xRefSection) |
| Constructor and Description |
|---|
STXRefSubsection(STXRefSection xRefSection,
int start) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.