PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.objects.PdfReference

Packages that use PdfReference
it.stefanochizzolini.clown.documents Document-level objects [PDF:1.6:3.6]. 
it.stefanochizzolini.clown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
it.stefanochizzolini.clown.documents.contents.fonts Font type definitions used to draw text inside content streams [PDF:1.6:5]. 
it.stefanochizzolini.clown.documents.contents.xObjects External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. 
it.stefanochizzolini.clown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
it.stefanochizzolini.clown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
it.stefanochizzolini.clown.documents.interaction.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
it.stefanochizzolini.clown.files File-level objects [PDF:1.6:3.4]. 
it.stefanochizzolini.clown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of PdfReference in it.stefanochizzolini.clown.documents
 

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

Methods in it.stefanochizzolini.clown.documents with parameters of type PdfReference
static Page Page.wrap(PdfReference reference)
           
 

Uses of PdfReference in it.stefanochizzolini.clown.documents.contents.colorSpaces
 

Methods in it.stefanochizzolini.clown.documents.contents.colorSpaces with parameters of type PdfReference
static ColorSpace ColorSpace.wrap(PdfReference reference)
          Wraps a color space reference into a color space object.
 

Uses of PdfReference in it.stefanochizzolini.clown.documents.contents.fonts
 

Methods in it.stefanochizzolini.clown.documents.contents.fonts with parameters of type PdfReference
static Font Font.wrap(PdfReference reference)
          Wraps a font reference into a font object.
 

Uses of PdfReference in it.stefanochizzolini.clown.documents.contents.xObjects
 

Methods in it.stefanochizzolini.clown.documents.contents.xObjects with parameters of type PdfReference
static XObject XObject.wrap(PdfReference reference)
          Wraps an external object reference into an external object.
 

Uses of PdfReference in it.stefanochizzolini.clown.documents.interaction.actions
 

Methods in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type PdfReference
static Action Action.wrap(PdfReference reference)
          Wraps an action reference into an action object.
 

Uses of PdfReference in it.stefanochizzolini.clown.documents.interaction.annotations
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type PdfReference
static Annotation Annotation.wrap(PdfReference reference)
          Wraps an annotation reference into an annotation object.
 

Uses of PdfReference in it.stefanochizzolini.clown.documents.interaction.forms
 

Methods in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.files
 

Methods in it.stefanochizzolini.clown.files that return PdfReference
 PdfReference File.register(PdfDataObject object)
          Registers an internal data object.
 

Methods in it.stefanochizzolini.clown.files with parameters of type PdfReference
 void File.unregister(PdfReference reference)
          Unregisters an internal object.
 

Uses of PdfReference in it.stefanochizzolini.clown.objects
 

Methods in it.stefanochizzolini.clown.objects that return PdfReference
 PdfReference IPdfIndirectObject.getReference()
          Gets the indirect reference associated to the indirect object.
 PdfReference PdfIndirectObject.getReference()
           
 PdfReference PdfReference.getReference()
           
 


PDF Clown
0.0.8

Project home page

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