public class FileAttachmentAnnotation extends MarkupAnnotation
Constructor and Description |
---|
FileAttachmentAnnotation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
FileAttachmentAnnotation |
fileDescription(java.lang.String fileDescription) |
FileAttachmentAnnotation |
fileName(java.lang.String fileName) |
FileAttachmentAnnotation |
filePath(java.lang.String filePath) |
java.lang.String |
getFileDescription()
Gets or sets text associated with the file specification.
|
java.lang.String |
getFileName()
Gets or sets file specification name.
|
java.lang.String |
getFilePath()
Sets content file path.
|
FileIcon |
getIcon()
Gets or sets icon that shall be used in displaying annotation.
|
java.lang.Double |
getOpacity()
Gets or sets icon's opacity from 0 to 1: 0 - completely transparant, 1 - completely opaque.
|
int |
hashCode() |
FileAttachmentAnnotation |
icon(FileIcon icon) |
FileAttachmentAnnotation |
opacity(java.lang.Double opacity) |
void |
setFileDescription(java.lang.String fileDescription) |
void |
setFileName(java.lang.String fileName) |
void |
setFilePath(java.lang.String filePath) |
void |
setIcon(FileIcon icon) |
void |
setOpacity(java.lang.Double opacity) |
java.lang.String |
toString() |
creationDate, getCreationDate, getRichText, getSubject, getTitle, richText, setCreationDate, setRichText, setSubject, setTitle, subject, title
addFlagsItem, color, contents, flags, getColor, getContents, getFlags, getHorizontalAlignment, getId, getModified, getName, getPageIndex, getRect, getVerticalAlignment, getZindex, horizontalAlignment, id, modified, name, pageIndex, rect, setColor, setContents, setFlags, setHorizontalAlignment, setId, setModified, setName, setPageIndex, setRect, setVerticalAlignment, setZindex, verticalAlignment, zindex
addLinksItem, getLinks, links, setLinks
public FileAttachmentAnnotation icon(FileIcon icon)
public FileIcon getIcon()
public void setIcon(FileIcon icon)
public FileAttachmentAnnotation opacity(java.lang.Double opacity)
public java.lang.Double getOpacity()
public void setOpacity(java.lang.Double opacity)
public FileAttachmentAnnotation fileDescription(java.lang.String fileDescription)
public java.lang.String getFileDescription()
public void setFileDescription(java.lang.String fileDescription)
public FileAttachmentAnnotation fileName(java.lang.String fileName)
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
public FileAttachmentAnnotation filePath(java.lang.String filePath)
public java.lang.String getFilePath()
public void setFilePath(java.lang.String filePath)
public boolean equals(java.lang.Object o)
equals
in class MarkupAnnotation
public int hashCode()
hashCode
in class MarkupAnnotation
public java.lang.String toString()
toString
in class MarkupAnnotation