Uses of Class
com.etymon.pjx.PdfReference

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

Uses of PdfReference in com.etymon.pj
 

Methods in com.etymon.pj with parameters of type PdfReference
private static void PjxConvert.pjxGetFieldsAddField(PdfManager manager, java.util.ArrayList fieldList, PdfReference fieldRef)
          Deprecated.  
 

Uses of PdfReference in com.etymon.pjx.util
 

Fields in com.etymon.pjx.util declared as PdfReference
protected  PdfReference PdfPageTree._pageTreeRoot
          The page tree root of the document.
 

Methods in com.etymon.pjx.util that return PdfReference
protected  PdfReference PdfFieldTree.FieldTreeIterator.descendTree()
          Descends the left-edge of the tree until reaching a terminal node and returns its reference.
 PdfReference PdfCatalog.getCatalog()
          Retrieves an indirect reference to the document's catalog.
 PdfReference PdfModifier.getCatalogReference()
          Deprecated. Use PdfCatalog.getCatalog().
 PdfReference PdfPageTree.getPage(int pageNumber)
          Returns an indirect reference to a page object specified by page number.
 PdfReference PdfModifier.getPageTreeRootReference()
          Deprecated. Use PdfPageTree.getRoot().
 PdfReference PdfPageTree.getRoot()
          Returns an indirect reference to the root node of the document's page tree.
 PdfReference PdfFieldTree.FieldTreeIterator.next()
           
 PdfReference PdfFieldTreeIterator.next()
          Returns an indirect reference to the next field object.
 

Methods in com.etymon.pjx.util with parameters of type PdfReference
 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.
 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.
private  void PdfModifier.getFieldsAddField(java.util.ArrayList fieldList, PdfReference fieldRef)
          Deprecated.