public class PopupAnnotation extends Annotation
| Constructor and Description |
|---|
PopupAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.Boolean |
isOpen()
Gets or sets a flag specifying whether the pop-up annotation should initially be displayed open.
|
PopupAnnotation |
open(java.lang.Boolean open) |
void |
setOpen(java.lang.Boolean open) |
java.lang.String |
toString() |
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, zindexaddLinksItem, getLinks, links, setLinkspublic PopupAnnotation open(java.lang.Boolean open)
public java.lang.Boolean isOpen()
public void setOpen(java.lang.Boolean open)
public boolean equals(java.lang.Object o)
equals in class Annotationpublic int hashCode()
hashCode in class Annotationpublic java.lang.String toString()
toString in class Annotation