public class TextFooter extends StampBase
Constructor and Description |
---|
TextFooter() |
Modifier and Type | Method and Description |
---|---|
TextFooter |
bottomMargin(java.lang.Double bottomMargin) |
boolean |
equals(java.lang.Object o) |
java.lang.Double |
getBottomMargin()
Gets or sets bottom margin of stamp.
|
java.lang.Double |
getLeftMargin()
Gets or sets left margin of stamp.
|
java.lang.Double |
getRightMargin()
Gets or sets right margin of stamp.
|
HorizontalAlignment |
getTextAlignment()
Alignment of the text inside the stamp.
|
TextState |
getTextState()
Gets text properties of the stamp.
|
java.lang.String |
getValue()
Gets or sets string value which is used as stamp on the page.
|
int |
hashCode() |
TextFooter |
leftMargin(java.lang.Double leftMargin) |
TextFooter |
rightMargin(java.lang.Double rightMargin) |
void |
setBottomMargin(java.lang.Double bottomMargin) |
void |
setLeftMargin(java.lang.Double leftMargin) |
void |
setRightMargin(java.lang.Double rightMargin) |
void |
setTextAlignment(HorizontalAlignment textAlignment) |
void |
setTextState(TextState textState) |
void |
setValue(java.lang.String value) |
TextFooter |
textAlignment(HorizontalAlignment textAlignment) |
TextFooter |
textState(TextState textState) |
java.lang.String |
toString() |
TextFooter |
value(java.lang.String value) |
background, getHorizontalAlignment, getOpacity, getRotate, getRotateAngle, getXindent, getYindent, getZoom, horizontalAlignment, isBackground, opacity, rotate, rotateAngle, setBackground, setHorizontalAlignment, setOpacity, setRotate, setRotateAngle, setXindent, setYindent, setZoom, xindent, yindent, zoom
addLinksItem, getLinks, links, setLinks
public TextFooter textAlignment(HorizontalAlignment textAlignment)
public HorizontalAlignment getTextAlignment()
public void setTextAlignment(HorizontalAlignment textAlignment)
public TextFooter value(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public TextFooter textState(TextState textState)
public TextState getTextState()
public void setTextState(TextState textState)
public TextFooter bottomMargin(java.lang.Double bottomMargin)
public java.lang.Double getBottomMargin()
public void setBottomMargin(java.lang.Double bottomMargin)
public TextFooter leftMargin(java.lang.Double leftMargin)
public java.lang.Double getLeftMargin()
public void setLeftMargin(java.lang.Double leftMargin)
public TextFooter rightMargin(java.lang.Double rightMargin)
public java.lang.Double getRightMargin()
public void setRightMargin(java.lang.Double rightMargin)