jPod PDF library

Uses of Class
de.intarsys.pdf.st.STXRefSection

Packages that use STXRefSection
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. 
 

Uses of STXRefSection in de.intarsys.pdf.cos
 

Methods in de.intarsys.pdf.cos that return STXRefSection
 STXRefSection COSTools.Revision.getXRefSection()
           
 

Methods in de.intarsys.pdf.cos with parameters of type STXRefSection
static List<COSTools.Revision> COSTools.getSubsequentRevisions(COSDocument doc, STXRefSection base)
           
 void COSTools.Revision.setXRefSection(STXRefSection refSection)
           
 

Uses of STXRefSection in de.intarsys.pdf.st
 

Subclasses of STXRefSection in de.intarsys.pdf.st
 class STStreamXRefSection
          A section in a stream XRef.
 class STTrailerXRefSection
          A section in a classical XRef.
 

Methods in de.intarsys.pdf.st that return STXRefSection
 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.
 

Methods in de.intarsys.pdf.st with parameters of type STXRefSection
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)
           
 

Constructors in de.intarsys.pdf.st with parameters of type STXRefSection
STXRefSubsection(STXRefSection xRefSection, int start)
           
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.