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

Packages that use FileAttachment
com.qoppa.pdf.annotations Classes representing PDF annotations. 
 

Uses of FileAttachment in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return FileAttachment
 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.
 FileAttachment IAnnotationFactory.createFileAttachment()
          Creates an empty file attachment object.