public class FileAttachmentAnnotation extends Object
An Annotation
implementation that represents
a PDF annotation of type FileAttachment
. Attachment annotations contain a reference to a file,
the contents of which are usually embedded
within the PDF document.
Constructor and Description |
---|
FileAttachmentAnnotation() |
Modifier and Type | Method and Description |
---|---|
EmbeddedFile |
getAttachment()
Returns the
EmbeddedFile associated with this annotation. |
String |
getIconName()
Returns the name of the icon that is associated with this file annotation; this is generally
displayed in the PDF as the clickable target that will open the file attachment.
|
String |
getTitle()
Returns the title associated with this file annotation.
|
getContents, getModificationDate, getName, getTypeCd
pageNumber
public String getIconName()
Graph Paperclip PushPin Tag
public String getTitle()
public EmbeddedFile getAttachment()
EmbeddedFile
associated with this annotation.