PJX

Uses of Class
com.etymon.pjx.PdfReference

Packages that use PdfReference
com.etymon.pjx.util Utility classes for performing common functions on PDF documents. 
 

Uses of PdfReference in com.etymon.pjx.util
 

Methods in com.etymon.pjx.util that return PdfReference
 PdfReference PdfModifier.getCatalogReference()
          Deprecated. Use PdfCatalog.getCatalog().
 PdfReference PdfModifier.getPageTreeRootReference()
          Deprecated. Use PdfPageTree.getRoot().
 PdfReference PdfFieldTreeIterator.next()
          Returns an indirect reference to the next field object.
 PdfReference PdfCatalog.getCatalog()
          Retrieves an indirect reference to the document's catalog.
 PdfReference PdfPageTree.getPage(int pageNumber)
          Returns an indirect reference to a page object specified by page number.
 PdfReference PdfPageTree.getRoot()
          Returns an indirect reference to the root node of the document's page tree.
 

Methods in com.etymon.pjx.util with parameters of type PdfReference
 void AddImageSimple.addImage(java.io.File imageFile, int imageWidth, int imageHeight, PdfName imageName, PdfReference page, float positionX, float positionY, float scaleX, float scaleY, boolean background)
          Deprecated. Adds a specified JPEG image (contained in a file) to a page in the PDF document.
 void AddImageSimple.addImage(java.nio.ByteBuffer image, int imageWidth, int imageHeight, PdfName imageName, PdfReference page, float positionX, float positionY, float scaleX, float scaleY, boolean background)
          Deprecated. Adds a specified JPEG image (contained in a buffer) to a page in the PDF document.
 


Copyright © 1998-2004 Etymon Systems, Inc.

The PDF data structures, operators, and specification are
Copyright © 1985-2004 Adobe Systems Incorporated.