intarsys PDF library API

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

Packages that use STXRefSection
de.intarsys.pdf.crypt This package implements the security relevant aspects of the PDF spec. 
de.intarsys.pdf.st The storage level semantics of a PDF document. 
 

Uses of STXRefSection in de.intarsys.pdf.crypt
 

Methods in de.intarsys.pdf.crypt with parameters of type STXRefSection
static COSEncryption COSEncryption.getEncryptionIn(STXRefSection xRefSection)
           
 void COSEncryption.setEncryptionIn(STXRefSection xRefSection)
           
 

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(IRandomAccess randomAcces)
           
 STXRefSection XRefStreamParser.parse(IRandomAccess randomAcces)
           
 STXRefSection XRefFallbackParser.parse(IRandomAccess input)
           
abstract  STXRefSection AbstractXRefParser.parse(IRandomAccess randomAcces)
          Parser the STXRefSection from the randomAccess.
 

Methods in de.intarsys.pdf.st with parameters of type STXRefSection
 void STDocument.setXRefSection(STXRefSection xRefSection)
          Attach the most recent x ref section to the document.
 void AbstractXRefWriter.writeXRef(STXRefSection xRefSection)
           
 

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


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.