public class FreeTextAnnotation extends MarkupAnnotation
| Constructor and Description |
|---|
FreeTextAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
FreeTextIntent |
getIntent()
Gets or sets the intent of the free text annotation.
|
Justification |
getJustification()
Gets Justification of the annotation.
|
Rotation |
getRotate()
Angle of annotation rotation.
|
TextStyle |
getTextStyle()
Text style of the annotation.
|
int |
hashCode() |
FreeTextAnnotation |
intent(FreeTextIntent intent) |
FreeTextAnnotation |
justification(Justification justification) |
FreeTextAnnotation |
rotate(Rotation rotate) |
void |
setIntent(FreeTextIntent intent) |
void |
setJustification(Justification justification) |
void |
setRotate(Rotation rotate) |
void |
setTextStyle(TextStyle textStyle) |
FreeTextAnnotation |
textStyle(TextStyle textStyle) |
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 FreeTextAnnotation justification(Justification justification)
public Justification getJustification()
public void setJustification(Justification justification)
public FreeTextAnnotation intent(FreeTextIntent intent)
public FreeTextIntent getIntent()
public void setIntent(FreeTextIntent intent)
public FreeTextAnnotation rotate(Rotation rotate)
public Rotation getRotate()
public void setRotate(Rotation rotate)
public FreeTextAnnotation textStyle(TextStyle textStyle)
public TextStyle getTextStyle()
public void setTextStyle(TextStyle textStyle)
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