public class FileAttachmentAnnotation
extends java.lang.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. | 
java.lang.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. 
 | 
java.lang.String | 
getTitle()
Returns the title associated with this file annotation. 
 | 
getAppearance, getContents, getModificationDate, getName, getTypeCdpageNumberpublic java.lang.String getIconName()
Graph Paperclip PushPin Tag
public java.lang.String getTitle()
public EmbeddedFile getAttachment()
EmbeddedFile associated with this annotation.