PDF Clown
0.1.2

Uses of Class
org.pdfclown.objects.PdfReference

Packages that use PdfReference
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.interaction.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
org.pdfclown.files File-level objects [PDF:1.6:3.4]. 
org.pdfclown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
org.pdfclown.tools Specialized tools for performing common operations on PDF files. 
 

Uses of PdfReference in org.pdfclown.documents
 

Fields in org.pdfclown.documents with type parameters of type PdfReference
 Hashtable<PdfReference,Object> Document.cache
          For internal use only.
 

Uses of PdfReference in org.pdfclown.documents.interaction.forms
 

Methods in org.pdfclown.documents.interaction.forms with parameters of type PdfReference
static Field Field.wrap(PdfReference reference)
          Wraps a field reference into a field object.
 

Uses of PdfReference in org.pdfclown.files
 

Methods in org.pdfclown.files that return PdfReference
 PdfReference File.register(PdfDataObject object)
          Registers an internal data object.
 

Methods in org.pdfclown.files with parameters of type PdfReference
 void File.unregister(PdfReference reference)
          Unregisters an internal object.
 

Uses of PdfReference in org.pdfclown.objects
 

Methods in org.pdfclown.objects that return PdfReference
 PdfReference PdfReference.clone(File context)
           
 PdfReference PdfObject.getReference()
          Gets the indirect reference of this object.
 PdfReference IPdfIndirectObject.getReference()
          Gets the indirect reference associated to the indirect object.
 PdfReference PdfIndirectObject.getReference()
           
 PdfReference PdfReference.getReference()
           
 PdfReference PdfReference.swap(PdfObject other)
           
 

Methods in org.pdfclown.objects with parameters of type PdfReference
 PdfObject Cloner.visit(PdfReference object, Object data)
           
 PdfObject Visitor.visit(PdfReference object, Object data)
           
 PdfObject IVisitor.visit(PdfReference object, Object data)
          Visits a reference object.
 

Uses of PdfReference in org.pdfclown.tools
 

Method parameters in org.pdfclown.tools with type arguments of type PdfReference
static long PageManager.getSize(Page page, Set<PdfReference> visitedReferences)
          Gets the data size of the specified page expressed in bytes.
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.