PDF Clown
0.1.1

Uses of Class
org.pdfclown.documents.fileSpecs.FileSpec

Packages that use FileSpec
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.fileSpecs File specifications used to reference the contents of other (either external or embedded) files [PDF:1.6:3.10]. 
org.pdfclown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
org.pdfclown.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]. 
org.pdfclown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
 

Uses of FileSpec in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return FileSpec
protected  FileSpec NamedEmbeddedFiles.wrap(PdfDirectObject baseObject, PdfString name)
           
 

Uses of FileSpec in org.pdfclown.documents.fileSpecs
 

Methods in org.pdfclown.documents.fileSpecs that return FileSpec
 FileSpec FileSpec.clone(Document context)
           
 

Uses of FileSpec in org.pdfclown.documents.interaction.actions
 

Methods in org.pdfclown.documents.interaction.actions that return FileSpec
 FileSpec GoToNonLocal.getFileSpec()
          Gets the file in which the destination is located.
 FileSpec Launch.getFileSpec()
          Gets the application to be launched or the document to be opened or printed.
 

Methods in org.pdfclown.documents.interaction.actions with parameters of type FileSpec
 void GoToNonLocal.setFileSpec(FileSpec value)
           
 void Launch.setFileSpec(FileSpec value)
           
 void GoToRemote.setFileSpec(FileSpec value)
           
 

Constructors in org.pdfclown.documents.interaction.actions with parameters of type FileSpec
GoToEmbedded(Document context, FileSpec fileSpec, Destination destination)
          Creates a new embedded-goto action within the given document context, pointing to a destination within another document.
GoToEmbedded(Document context, FileSpec fileSpec, GoToEmbedded.TargetObject target, Destination destination)
          Creates a new embedded-goto action within the given document context.
GoToNonLocal(Document context, PdfName actionType, FileSpec fileSpec, T destination)
           
GoToRemote(Document context, FileSpec fileSpec, RemoteDestination destination)
          Creates a new action within the given document context.
 

Uses of FileSpec in org.pdfclown.documents.interaction.annotations
 

Methods in org.pdfclown.documents.interaction.annotations that return FileSpec
 FileSpec FileAttachment.getFileSpec()
          Gets the file associated with this annotation.
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type FileSpec
 void FileAttachment.setFileSpec(FileSpec value)
           
 

Constructors in org.pdfclown.documents.interaction.annotations with parameters of type FileSpec
FileAttachment(Page page, Rectangle2D box, FileSpec fileSpec)
           
 

Uses of FileSpec in org.pdfclown.documents.multimedia
 

Methods in org.pdfclown.documents.multimedia that return FileSpec
 FileSpec Movie.getFileSpec()
          Gets the file associated with this movie.
 

Methods in org.pdfclown.documents.multimedia with parameters of type FileSpec
 void Movie.setFileSpec(FileSpec value)
           
 

Constructors in org.pdfclown.documents.multimedia with parameters of type FileSpec
Movie(Document context, FileSpec fileSpec)
          Creates a new movie within the given document context.
 


PDF Clown
0.1.1

Project home page

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