PDF Clown
0.1.2

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

Packages that use EmbeddedFile
org.pdfclown.documents.files File specifications used to reference the contents of other (either external or embedded) files [PDF:1.6:3.10]. 
 

Uses of EmbeddedFile in org.pdfclown.documents.files
 

Methods in org.pdfclown.documents.files that return EmbeddedFile
 EmbeddedFile EmbeddedFile.clone(Document context)
           
static EmbeddedFile EmbeddedFile.get(Document context, File file)
          Creates a new embedded file inside the document.
static EmbeddedFile EmbeddedFile.get(Document context, IInputStream stream)
          Creates a new embedded file inside the document.
static EmbeddedFile EmbeddedFile.get(Document context, String path)
          Creates a new embedded file inside the document.
 EmbeddedFile RelatedFiles.get(Object key)
           
 EmbeddedFile FullFileSpecification.getEmbeddedFile()
          Gets the embedded file corresponding to this file.
 EmbeddedFile RelatedFiles.put(String key, EmbeddedFile value)
           
 EmbeddedFile RelatedFiles.remove(Object key)
           
static EmbeddedFile EmbeddedFile.wrap(PdfDirectObject baseObject)
          Instantiates an existing embedded file.
 

Methods in org.pdfclown.documents.files that return types with arguments of type EmbeddedFile
 Set<Map.Entry<String,EmbeddedFile>> RelatedFiles.entrySet()
           
 Collection<EmbeddedFile> RelatedFiles.values()
           
 

Methods in org.pdfclown.documents.files with parameters of type EmbeddedFile
static FullFileSpecification FileSpecification.get(EmbeddedFile embeddedFile, String filename)
          Creates a new reference to an embedded file.
 EmbeddedFile RelatedFiles.put(String key, EmbeddedFile value)
           
 void FullFileSpecification.setEmbeddedFile(EmbeddedFile value)
           
 

Method parameters in org.pdfclown.documents.files with type arguments of type EmbeddedFile
 void RelatedFiles.putAll(Map<? extends String,? extends EmbeddedFile> entries)
           
 


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.