intarsys PDF library API

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

Packages that use STDocType
de.intarsys.pdf.cos This package implements the low level document and its datatypes according to the pdf specification. 
de.intarsys.pdf.parser Everything related to reading PDF and COS data from data streams. 
de.intarsys.pdf.st The storage level semantics of a PDF document. 
 

Uses of STDocType in de.intarsys.pdf.cos
 

Methods in de.intarsys.pdf.cos with parameters of type STDocType
static COSDocument COSDocument.createNew(STDocType docType)
          Create a new empty COSDocument.
 

Uses of STDocType in de.intarsys.pdf.parser
 

Methods in de.intarsys.pdf.parser that return STDocType
 STDocType PDFParser.parseHeader(IRandomAccess input)
          pdf header see PDF Reference v1.4, chapter 3.4.1 Header COSHEader ::= "%PDF-" version.
 

Uses of STDocType in de.intarsys.pdf.st
 

Fields in de.intarsys.pdf.st declared as STDocType
static STDocType STDocument.DOCTYPE_FDF
          our current fdf version number *
static STDocType STDocument.DOCTYPE_PDF
          our current pdf version number *
 

Methods in de.intarsys.pdf.st that return STDocType
 STDocType STDocument.getDocType()
           
 

Methods in de.intarsys.pdf.st with parameters of type STDocType
static STDocument STDocument.createNew(STDocType docType)
          create a new empty document.
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.