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 EmbeddedFileEmbeddedFile. createFolder(String name)Create a new EmbeddedFile folder with the specified nameEmbeddedFilePDFAction. getEmbeddedFile(int distance)EmbeddedFilePDF. getEmbeddedFileSource()When a PDF is loaded fromgetPDF(), this method will return the EmbeddedFile that contains this object.EmbeddedFileAnnotationFile. getFile()Return the file embedded in this annotationEmbeddedFileEmbeddedFile. getParent()If this EmbeddedFile is inside a Folder, return the parent folder, otherwise return null.EmbeddedFilePortfolio. 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 allEmbeddedFileobjects 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 ObjectPortfolio.FieldType. getValue(EmbeddedFile ef, String key)Return the value matching this type from the specified EmbeddedFile.static PDFActionPDFAction. launch(EmbeddedFile ef, String newwindow)Create a "Launch" action to open an embedded file.voidAnnotationFile. setFile(EmbeddedFile file)Set the contents of this annotation to the specified embedded file.voidAnnotationRichMedia. setFile(EmbeddedFile file)Set the content of this rich media annotation to a particular file.
-