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, 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 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 MarkupAnnotation
public int hashCode()
hashCode
in class MarkupAnnotation
public java.lang.String toString()
toString
in class MarkupAnnotation