public class TextAnnotation extends MarkupAnnotation
Constructor and Description |
---|
TextAnnotation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
TextIcon |
getIcon()
Gets or sets an icon to be used in displaying the annotation.
|
AnnotationState |
getState()
Gets or sets the state to which the original annotation should be set.
|
int |
hashCode() |
TextAnnotation |
icon(TextIcon icon) |
java.lang.Boolean |
isOpen()
Gets or sets is the annotation open.
|
TextAnnotation |
open(java.lang.Boolean open) |
void |
setIcon(TextIcon icon) |
void |
setOpen(java.lang.Boolean open) |
void |
setState(AnnotationState state) |
TextAnnotation |
state(AnnotationState state) |
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 TextAnnotation state(AnnotationState state)
public AnnotationState getState()
public void setState(AnnotationState state)
public TextAnnotation open(java.lang.Boolean open)
public java.lang.Boolean isOpen()
public void setOpen(java.lang.Boolean open)
public TextAnnotation icon(TextIcon icon)
public TextIcon getIcon()
public void setIcon(TextIcon icon)
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