Uses of Interface
com.qoppa.pdf.annotations.FileAttachment

Packages that use FileAttachment
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdfNotes.settings Classes used to configure a number of settings for jPDFNotes. 
 

Uses of FileAttachment in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return FileAttachment
 FileAttachment IAnnotationFactory.createFileAttachment()
          Creates an empty file attachment object.
 FileAttachment IAnnotationFactory.createFileAttachment(byte[] fileContents, String fileName, String popupText)
          Constructs a file attachment annotation.
 FileAttachment IAnnotationFactory.createFileAttachment(File attachFile, String popupText)
          Convenience constructor to create a file attachment from a file system file.
 FileAttachment IAnnotationFactory.createFileAttachment(InputStream inStream, String fileName, String popupText)
          Creates a file attachment from an input stream.
 

Uses of FileAttachment in com.qoppa.pdfNotes.settings
 

Methods in com.qoppa.pdfNotes.settings with parameters of type FileAttachment
static void FileAttachmentTool.setDefaultProperties(FileAttachment fileAttachment)
          This is a convenience method to set the FileAttachment properties to the FileAttachmentTool default properties.