public class StampLine extends Object
Specify Stamp line properties.
Constructor and Description |
---|
StampLine()
Create StampLine with default values.
|
StampLine(String text)
Create StampLine with text.
|
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor()
Gets or sets the background color of signature.
|
SignatureFont |
getFont()
Get or set Font of Stamp Line text.
|
int |
getHeight()
Gets or sets the line height on Stamp.
|
Border |
getInnerBorder()
Setup Internal Border.
|
Border |
getOuterBorder()
Setup Outer Border.
|
String |
getText()
Gets or sets the text of stamp line.
|
int |
getTextBottomIntent()
Gets or sets the bottom intent of text.
|
Color |
getTextColor()
Gets or sets the text color of signature.
|
int |
getTextRepeatType()
Gets or sets text repeat type.
|
boolean |
getVisible()
Get and set visibility of Stamp Line.
|
void |
setBackgroundColor(Color value)
Gets or sets the background color of signature.
|
void |
setFont(SignatureFont value)
Get or set Font of Stamp Line text.
|
void |
setHeight(int value)
Gets or sets the line height on Stamp.
|
void |
setInnerBorder(Border value)
Setup Internal Border.
|
void |
setOuterBorder(Border value)
Setup Outer Border.
|
void |
setText(String value)
Gets or sets the text of stamp line.
|
void |
setTextBottomIntent(int value)
Gets or sets the bottom intent of text.
|
void |
setTextColor(Color value)
Gets or sets the text color of signature.
|
void |
setTextRepeatType(int value)
Gets or sets text repeat type.
|
void |
setVisible(boolean value)
Get and set visibility of Stamp Line.
|
public StampLine()
Create StampLine with default values.
public StampLine(String text)
Create StampLine with text.
text
- Text of Stamp Line.public final Color getBackgroundColor()
Gets or sets the background color of signature.
public final SignatureFont getFont()
Get or set Font of Stamp Line text.
public final int getHeight()
Gets or sets the line height on Stamp.
public final Border getInnerBorder()
Setup Internal Border.
public final Border getOuterBorder()
Setup Outer Border.
public final String getText()
Gets or sets the text of stamp line.
public final int getTextBottomIntent()
Gets or sets the bottom intent of text.
public final Color getTextColor()
Gets or sets the text color of signature.
public final int getTextRepeatType()
Gets or sets text repeat type.
public final boolean getVisible()
Get and set visibility of Stamp Line.
public final void setBackgroundColor(Color value)
Gets or sets the background color of signature.
public final void setFont(SignatureFont value)
Get or set Font of Stamp Line text.
public final void setHeight(int value)
Gets or sets the line height on Stamp.
public final void setInnerBorder(Border value)
Setup Internal Border.
public final void setOuterBorder(Border value)
Setup Outer Border.
public final void setText(String value)
Gets or sets the text of stamp line.
public final void setTextBottomIntent(int value)
Gets or sets the bottom intent of text.
public final void setTextColor(Color value)
Gets or sets the text color of signature.
public final void setTextRepeatType(int value)
Gets or sets text repeat type.
public final void setVisible(boolean value)
Get and set visibility of Stamp Line.