public class Annotation extends LinkElement
Constructor and Description |
---|
Annotation() |
Modifier and Type | Method and Description |
---|---|
Annotation |
addFlagsItem(AnnotationFlags flagsItem) |
Annotation |
color(Color color) |
Annotation |
contents(java.lang.String contents) |
boolean |
equals(java.lang.Object o) |
Annotation |
flags(java.util.List<AnnotationFlags> flags) |
Color |
getColor()
Color of the annotation.
|
java.lang.String |
getContents()
Get the annotation content.
|
java.util.List<AnnotationFlags> |
getFlags()
Gets Flags of the annotation.
|
HorizontalAlignment |
getHorizontalAlignment()
Gets HorizontalAlignment of the annotation.
|
java.lang.String |
getId()
Gets ID of the annotation.
|
java.lang.String |
getModified()
The date and time when the annotation was last modified.
|
java.lang.String |
getName()
Gets Name of the annotation.
|
java.lang.Integer |
getPageIndex()
Gets PageIndex of the annotation.
|
Rectangle |
getRect()
Gets Rect of the annotation.
|
VerticalAlignment |
getVerticalAlignment()
Gets VerticalAlignment of the annotation.
|
java.lang.Integer |
getZindex()
Gets ZIndex of the annotation.
|
int |
hashCode() |
Annotation |
horizontalAlignment(HorizontalAlignment horizontalAlignment) |
Annotation |
id(java.lang.String id) |
Annotation |
modified(java.lang.String modified) |
Annotation |
name(java.lang.String name) |
Annotation |
pageIndex(java.lang.Integer pageIndex) |
Annotation |
rect(Rectangle rect) |
void |
setColor(Color color) |
void |
setContents(java.lang.String contents) |
void |
setFlags(java.util.List<AnnotationFlags> flags) |
void |
setHorizontalAlignment(HorizontalAlignment horizontalAlignment) |
void |
setId(java.lang.String id) |
void |
setModified(java.lang.String modified) |
void |
setName(java.lang.String name) |
void |
setPageIndex(java.lang.Integer pageIndex) |
void |
setRect(Rectangle rect) |
void |
setVerticalAlignment(VerticalAlignment verticalAlignment) |
void |
setZindex(java.lang.Integer zindex) |
java.lang.String |
toString() |
Annotation |
verticalAlignment(VerticalAlignment verticalAlignment) |
Annotation |
zindex(java.lang.Integer zindex) |
addLinksItem, getLinks, links, setLinks
public Annotation color(Color color)
public Color getColor()
public void setColor(Color color)
public Annotation contents(java.lang.String contents)
public java.lang.String getContents()
public void setContents(java.lang.String contents)
public Annotation modified(java.lang.String modified)
public java.lang.String getModified()
public void setModified(java.lang.String modified)
public Annotation id(java.lang.String id)
public java.lang.String getId()
public void setId(java.lang.String id)
public Annotation flags(java.util.List<AnnotationFlags> flags)
public Annotation addFlagsItem(AnnotationFlags flagsItem)
public java.util.List<AnnotationFlags> getFlags()
public void setFlags(java.util.List<AnnotationFlags> flags)
public Annotation name(java.lang.String name)
public java.lang.String getName()
public void setName(java.lang.String name)
public Annotation rect(Rectangle rect)
public Rectangle getRect()
public void setRect(Rectangle rect)
public Annotation pageIndex(java.lang.Integer pageIndex)
public java.lang.Integer getPageIndex()
public void setPageIndex(java.lang.Integer pageIndex)
public Annotation zindex(java.lang.Integer zindex)
public java.lang.Integer getZindex()
public void setZindex(java.lang.Integer zindex)
public Annotation horizontalAlignment(HorizontalAlignment horizontalAlignment)
public HorizontalAlignment getHorizontalAlignment()
public void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
public Annotation verticalAlignment(VerticalAlignment verticalAlignment)
public VerticalAlignment getVerticalAlignment()
public void setVerticalAlignment(VerticalAlignment verticalAlignment)
public boolean equals(java.lang.Object o)
equals
in class LinkElement
public int hashCode()
hashCode
in class LinkElement
public java.lang.String toString()
toString
in class LinkElement