Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
Modifier and Type | Method and Description |
---|---|
FileAttachment |
IAnnotationFactory.createFileAttachment()
Creates an empty file attachment object.
|
FileAttachment |
IAnnotationFactory.createFileAttachment(byte[] fileContents,
String fileName,
Date modDate,
Date creationDate,
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,
Date modDate,
Date creationDate,
String popupText)
Creates a file attachment from an input stream.
|