PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.files.FileSpecification

Packages that use FileSpecification
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.files 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]. 
org.pdfclown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of FileSpecification in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return FileSpecification
protected  FileSpecification<?> NamedEmbeddedFiles.wrapValue(PdfDirectObject baseObject)
           
 

Uses of FileSpecification in org.pdfclown.documents.files
 

Subclasses of FileSpecification in org.pdfclown.documents.files
 class FullFileSpecification
          Extended reference to the contents of another file [PDF:1.6:3.10.2].
 class SimpleFileSpecification
          Simple reference to the contents of another file [PDF:1.6:3.10.2].
 

Methods in org.pdfclown.documents.files that return FileSpecification
static FileSpecification<?> FileSpecification.get(Document context, String path, boolean full)
          Creates a new reference to a file.
 FileSpecification<?> IFileResource.getDataFile()
          Gets the file containing the object data.
static FileSpecification<?> FileSpecification.wrap(PdfDirectObject baseObject)
          Instantiates an existing file reference.
 

Methods in org.pdfclown.documents.files with parameters of type FileSpecification
 void IFileResource.setDataFile(FileSpecification<?> value)
           
 

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

Methods in org.pdfclown.documents.interaction.actions that return FileSpecification
 FileSpecification<?> GoToNonLocal.getDestinationFile()
          Gets the file in which the destination is located.
 

Methods in org.pdfclown.documents.interaction.actions with parameters of type FileSpecification
 void GoToNonLocal.setDestinationFile(FileSpecification<?> value)
           
 void GoToRemote.setDestinationFile(FileSpecification<?> value)
           
 

Constructors in org.pdfclown.documents.interaction.actions with parameters of type FileSpecification
GoToEmbedded(Document context, FileSpecification<?> destinationFile, Destination destination)
          Creates a new instance within the specified document context, pointing to a destination within another document.
GoToEmbedded(Document context, FileSpecification<?> destinationFile, GoToEmbedded.PathElement destinationPath, Destination destination)
          Creates a new instance within the specified document context.
GoToNonLocal(Document context, PdfName actionType, FileSpecification<?> destinationFile, T destination)
           
GoToRemote(Document context, FileSpecification<?> destinationFile, RemoteDestination destination)
          Creates a new action within the given document context.
 

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

Methods in org.pdfclown.documents.interaction.annotations that return FileSpecification
 FileSpecification<?> FileAttachment.getDataFile()
           
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type FileSpecification
 void FileAttachment.setDataFile(FileSpecification<?> value)
           
 

Constructors in org.pdfclown.documents.interaction.annotations with parameters of type FileSpecification
FileAttachment(Page page, Rectangle2D box, String text, FileSpecification<?> dataFile)
           
 

Uses of FileSpecification in org.pdfclown.documents.multimedia
 

Methods in org.pdfclown.documents.multimedia that return FileSpecification
 FileSpecification<?> Movie.getDataFile()
           
 

Methods in org.pdfclown.documents.multimedia with parameters of type FileSpecification
 void Movie.setDataFile(FileSpecification<?> value)
           
 

Constructors in org.pdfclown.documents.multimedia with parameters of type FileSpecification
Movie(Document context, FileSpecification<?> dataFile)
          Creates a new movie within the given document context.
 

Uses of FileSpecification in org.pdfclown.objects
 

Methods in org.pdfclown.objects that return FileSpecification
 FileSpecification<?> PdfStream.getDataFile()
           
 

Methods in org.pdfclown.objects with parameters of type FileSpecification
 void PdfStream.setDataFile(FileSpecification<?> value)
           
 void PdfStream.setDataFile(FileSpecification<?> value, boolean preserve)
           
 


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.