public class StampAnnotation extends MarkupAnnotation
| Constructor and Description |
|---|
StampAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
StampAnnotation |
filePath(java.lang.String filePath) |
java.lang.String |
getFilePath()
Sets content file path.
|
StampIcon |
getIcon()
Gets or sets icon for rubber stamp.
|
int |
hashCode() |
StampAnnotation |
hasImage(java.lang.Boolean hasImage) |
StampAnnotation |
icon(StampIcon icon) |
java.lang.Boolean |
isHasImage()
Gets is image exist.
|
void |
setFilePath(java.lang.String filePath) |
void |
setHasImage(java.lang.Boolean hasImage) |
void |
setIcon(StampIcon icon) |
java.lang.String |
toString() |
creationDate, getCreationDate, getRichText, getSubject, getTitle, richText, setCreationDate, setRichText, setSubject, setTitle, subject, titleaddFlagsItem, 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, zindexaddLinksItem, getLinks, links, setLinkspublic StampAnnotation icon(StampIcon icon)
public StampIcon getIcon()
public void setIcon(StampIcon icon)
public StampAnnotation filePath(java.lang.String filePath)
public java.lang.String getFilePath()
public void setFilePath(java.lang.String filePath)
public StampAnnotation hasImage(java.lang.Boolean hasImage)
public java.lang.Boolean isHasImage()
public void setHasImage(java.lang.Boolean hasImage)
public boolean equals(java.lang.Object o)
equals in class MarkupAnnotationpublic int hashCode()
hashCode in class MarkupAnnotationpublic java.lang.String toString()
toString in class MarkupAnnotation