public class StampInfo extends LinkElement
Constructor and Description |
---|
StampInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
Gets ID of the stamp.
|
java.lang.Integer |
getIndexOnPage()
Gets index on page of the stamp.
|
java.lang.Integer |
getPageIndex()
Gets PageIndex of the annotation.
|
Rectangle |
getRect()
Gets Rect of the annotation.
|
StampType |
getStampType()
Gets stamp type.
|
java.lang.String |
getText()
Get the text content.
|
int |
hashCode() |
StampInfo |
id(java.lang.String id) |
StampInfo |
indexOnPage(java.lang.Integer indexOnPage) |
java.lang.Boolean |
isVisible()
Gets the stamp is visible.
|
StampInfo |
pageIndex(java.lang.Integer pageIndex) |
StampInfo |
rect(Rectangle rect) |
void |
setId(java.lang.String id) |
void |
setIndexOnPage(java.lang.Integer indexOnPage) |
void |
setPageIndex(java.lang.Integer pageIndex) |
void |
setRect(Rectangle rect) |
void |
setStampType(StampType stampType) |
void |
setText(java.lang.String text) |
void |
setVisible(java.lang.Boolean visible) |
StampInfo |
stampType(StampType stampType) |
StampInfo |
text(java.lang.String text) |
java.lang.String |
toString() |
StampInfo |
visible(java.lang.Boolean visible) |
addLinksItem, getLinks, links, setLinks
public StampInfo id(java.lang.String id)
public java.lang.String getId()
public void setId(java.lang.String id)
public StampInfo indexOnPage(java.lang.Integer indexOnPage)
public java.lang.Integer getIndexOnPage()
public void setIndexOnPage(java.lang.Integer indexOnPage)
public StampInfo pageIndex(java.lang.Integer pageIndex)
public java.lang.Integer getPageIndex()
public void setPageIndex(java.lang.Integer pageIndex)
public Rectangle getRect()
public void setRect(Rectangle rect)
public StampInfo text(java.lang.String text)
public java.lang.String getText()
public void setText(java.lang.String text)
public StampInfo visible(java.lang.Boolean visible)
public java.lang.Boolean isVisible()
public void setVisible(java.lang.Boolean visible)
public StampType getStampType()
public void setStampType(StampType stampType)
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