Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
com.qoppa.pdfNotes.settings |
Classes used to configure a number of settings for jPDFNotes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
FileAttachmentTool.setDefaultProperties(FileAttachment fileAttachment)
This is a convenience method to set the FileAttachment properties to the
FileAttachmentTool default properties.
|