public class Stamp
extends java.lang.Object
Constructor and Description |
---|
Stamp() |
Modifier and Type | Method and Description |
---|---|
Stamp |
background(java.lang.Boolean background) |
Stamp |
bottomMargin(java.lang.Double bottomMargin) |
boolean |
equals(java.lang.Object o) |
Stamp |
fileName(java.lang.String fileName) |
java.lang.Double |
getBottomMargin()
Gets or sets bottom margin of stamp.
|
java.lang.String |
getFileName()
Gets or sets the file name.
|
java.lang.Double |
getHeight()
Gets or sets image height.
|
HorizontalAlignment |
getHorizontalAlignment()
Gets or sets Horizontal alignment of stamp on the page.
|
java.lang.Double |
getLeftMargin()
Gets or sets left margin of stamp.
|
java.lang.Double |
getOpacity()
Gets or sets a value to indicate the stamp opacity.
|
java.lang.Integer |
getPageIndex()
Gets or sets the index of the page.
|
java.lang.Double |
getRightMargin()
Gets or sets right margin of stamp.
|
Rotation |
getRotate()
Sets or gets the rotation of stamp content according Rotation values.
|
java.lang.Double |
getRotateAngle()
Gets or sets rotate angle of stamp in degrees.
|
java.lang.Integer |
getStartingNumber()
Gets or sets value of the number of starting page.
|
HorizontalAlignment |
getTextAlignment()
Alignment of the text inside the stamp.
|
TextState |
getTextState()
Gets text properties of the stamp.
|
java.lang.Double |
getTopMargin()
Gets or sets top margin of stamp.
|
StampType |
getType()
Gets the stamp type.
|
java.lang.String |
getValue()
Gets or sets string value which is used as stamp on the page.
|
VerticalAlignment |
getVerticalAlignment()
Gets or sets vertical alignment of stamp on page.
|
java.lang.Double |
getWidth()
Gets or sets image width.
|
java.lang.Double |
getXindent()
Horizontal stamp coordinate, starting from the left.
|
java.lang.Double |
getYindent()
Vertical stamp coordinate, starting from the bottom.
|
java.lang.Double |
getZoom()
Zooming factor of the stamp.
|
int |
hashCode() |
Stamp |
height(java.lang.Double height) |
Stamp |
horizontalAlignment(HorizontalAlignment horizontalAlignment) |
java.lang.Boolean |
isBackground()
Sets or gets a bool value that indicates the content is stamped as background.
|
Stamp |
leftMargin(java.lang.Double leftMargin) |
Stamp |
opacity(java.lang.Double opacity) |
Stamp |
pageIndex(java.lang.Integer pageIndex) |
Stamp |
rightMargin(java.lang.Double rightMargin) |
Stamp |
rotate(Rotation rotate) |
Stamp |
rotateAngle(java.lang.Double rotateAngle) |
void |
setBackground(java.lang.Boolean background) |
void |
setBottomMargin(java.lang.Double bottomMargin) |
void |
setFileName(java.lang.String fileName) |
void |
setHeight(java.lang.Double height) |
void |
setHorizontalAlignment(HorizontalAlignment horizontalAlignment) |
void |
setLeftMargin(java.lang.Double leftMargin) |
void |
setOpacity(java.lang.Double opacity) |
void |
setPageIndex(java.lang.Integer pageIndex) |
void |
setRightMargin(java.lang.Double rightMargin) |
void |
setRotate(Rotation rotate) |
void |
setRotateAngle(java.lang.Double rotateAngle) |
void |
setStartingNumber(java.lang.Integer startingNumber) |
void |
setTextAlignment(HorizontalAlignment textAlignment) |
void |
setTextState(TextState textState) |
void |
setTopMargin(java.lang.Double topMargin) |
void |
setType(StampType type) |
void |
setValue(java.lang.String value) |
void |
setVerticalAlignment(VerticalAlignment verticalAlignment) |
void |
setWidth(java.lang.Double width) |
void |
setXindent(java.lang.Double xindent) |
void |
setYindent(java.lang.Double yindent) |
void |
setZoom(java.lang.Double zoom) |
Stamp |
startingNumber(java.lang.Integer startingNumber) |
Stamp |
textAlignment(HorizontalAlignment textAlignment) |
Stamp |
textState(TextState textState) |
Stamp |
topMargin(java.lang.Double topMargin) |
java.lang.String |
toString() |
Stamp |
type(StampType type) |
Stamp |
value(java.lang.String value) |
Stamp |
verticalAlignment(VerticalAlignment verticalAlignment) |
Stamp |
width(java.lang.Double width) |
Stamp |
xindent(java.lang.Double xindent) |
Stamp |
yindent(java.lang.Double yindent) |
Stamp |
zoom(java.lang.Double zoom) |
public StampType getType()
public void setType(StampType type)
public Stamp background(java.lang.Boolean background)
public java.lang.Boolean isBackground()
public void setBackground(java.lang.Boolean background)
public Stamp bottomMargin(java.lang.Double bottomMargin)
public java.lang.Double getBottomMargin()
public void setBottomMargin(java.lang.Double bottomMargin)
public Stamp horizontalAlignment(HorizontalAlignment horizontalAlignment)
public HorizontalAlignment getHorizontalAlignment()
public void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
public Stamp leftMargin(java.lang.Double leftMargin)
public java.lang.Double getLeftMargin()
public void setLeftMargin(java.lang.Double leftMargin)
public Stamp opacity(java.lang.Double opacity)
public java.lang.Double getOpacity()
public void setOpacity(java.lang.Double opacity)
public Stamp rightMargin(java.lang.Double rightMargin)
public java.lang.Double getRightMargin()
public void setRightMargin(java.lang.Double rightMargin)
public Rotation getRotate()
public void setRotate(Rotation rotate)
public Stamp rotateAngle(java.lang.Double rotateAngle)
public java.lang.Double getRotateAngle()
public void setRotateAngle(java.lang.Double rotateAngle)
public Stamp topMargin(java.lang.Double topMargin)
public java.lang.Double getTopMargin()
public void setTopMargin(java.lang.Double topMargin)
public Stamp verticalAlignment(VerticalAlignment verticalAlignment)
public VerticalAlignment getVerticalAlignment()
public void setVerticalAlignment(VerticalAlignment verticalAlignment)
public Stamp xindent(java.lang.Double xindent)
public java.lang.Double getXindent()
public void setXindent(java.lang.Double xindent)
public Stamp yindent(java.lang.Double yindent)
public java.lang.Double getYindent()
public void setYindent(java.lang.Double yindent)
public Stamp zoom(java.lang.Double zoom)
public java.lang.Double getZoom()
public void setZoom(java.lang.Double zoom)
public Stamp textAlignment(HorizontalAlignment textAlignment)
public HorizontalAlignment getTextAlignment()
public void setTextAlignment(HorizontalAlignment textAlignment)
public Stamp value(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public TextState getTextState()
public void setTextState(TextState textState)
public Stamp fileName(java.lang.String fileName)
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
public Stamp width(java.lang.Double width)
public java.lang.Double getWidth()
public void setWidth(java.lang.Double width)
public Stamp height(java.lang.Double height)
public java.lang.Double getHeight()
public void setHeight(java.lang.Double height)
public Stamp pageIndex(java.lang.Integer pageIndex)
public java.lang.Integer getPageIndex()
public void setPageIndex(java.lang.Integer pageIndex)
public Stamp startingNumber(java.lang.Integer startingNumber)
public java.lang.Integer getStartingNumber()
public void setStartingNumber(java.lang.Integer startingNumber)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object