Uses of Class
org.faceless.pdf2.EmbeddedFile
-
Packages that use EmbeddedFile Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of EmbeddedFile in org.faceless.pdf2
Methods in org.faceless.pdf2 that return EmbeddedFile Modifier and Type Method Description static EmbeddedFile
EmbeddedFile. createFolder(String name)
Create a new EmbeddedFile folder with the specified nameEmbeddedFile
PDF. getEmbeddedFileSource()
When a PDF is loaded fromgetPDF()
, this method will return the EmbeddedFile that contains this object.EmbeddedFile
AnnotationFile. getFile()
Return the file embedded in this annotationEmbeddedFile
EmbeddedFile. getParent()
If this EmbeddedFile is inside a Folder, return the parent folder, otherwise return null.EmbeddedFile
Portfolio. getRoot()
Return the root folder of this Portfolio, creating it if necessaryMethods in org.faceless.pdf2 that return types with arguments of type EmbeddedFile Modifier and Type Method Description Collection<EmbeddedFile>
DocumentPart. getAssociatedFiles()
Return the list of embedded files assocatiated with this object.Collection<EmbeddedFile>
EmbeddedFile. getAssociatedFiles()
Return the list of embedded files assocatiated with this file.Collection<EmbeddedFile>
OutputProfile. getAssociatedFiles()
Return a modifiable collection containing allEmbeddedFile
objects found while profiling the PDF.Collection<EmbeddedFile>
PDFAnnotation. getAssociatedFiles()
Return the list of embedded files assocatiated with this PDFAnnotation.Collection<EmbeddedFile>
PDFPage. getAssociatedFiles()
Return the list of embedded files assocatiated with this PDFAnnotation.List<EmbeddedFile>
EmbeddedFile. getChildren()
If this EmbeddedFile is a Folder, return a list of its children.Map<String,EmbeddedFile>
PDF. getEmbeddedFiles()
Return a Map containing all the Embedded Files associated with this document.Map<String,EmbeddedFile>
AnnotationRichMedia. getFiles()
Return an unmodifiable map of all the assets in this rich-media annotation.Methods in org.faceless.pdf2 with parameters of type EmbeddedFile Modifier and Type Method Description Object
Portfolio.FieldType. getValue(EmbeddedFile ef, String key)
Return the value matching this type from the specified EmbeddedFile.static PDFAction
PDFAction. launch(EmbeddedFile ef, String newwindow)
Create a "Launch" action to open an embedded file.void
AnnotationFile. setFile(EmbeddedFile file)
Set the contents of this annotation to the specified embedded file.void
AnnotationRichMedia. setFile(EmbeddedFile file)
Set the content of this rich media annotation to a particular file.
-