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