public class StampLine
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
StampLine.TextRepeatTypeEnum |
Gets or sets text repeat type
|
Constructor | Description |
---|---|
StampLine() |
Modifier and Type | Method | Description |
---|---|---|
StampLine |
backgroundColor(Color backgroundColor) |
|
boolean |
equals(java.lang.Object o) |
|
StampLine |
font(SignatureFont font) |
|
Color |
getBackgroundColor() |
Gets or sets the background color of signature
|
SignatureFont |
getFont() |
Get or set Font of Stamp Line text
|
java.lang.Integer |
getHeight() |
Gets or sets the line height on Stamp
|
BorderLine |
getInnerBorder() |
Setup Internal Border
|
BorderLine |
getOuterBorder() |
Setup Outer Border
|
java.lang.String |
getText() |
Gets or sets the text of stamp line
|
java.lang.Integer |
getTextBottomIntent() |
Gets or sets the bottom intent of text
|
Color |
getTextColor() |
Gets or sets the text color of signature
|
StampLine.TextRepeatTypeEnum |
getTextRepeatType() |
Gets or sets text repeat type
|
java.lang.Boolean |
getVisible() |
Get and set visibility of Stamp Line
|
int |
hashCode() |
|
StampLine |
height(java.lang.Integer height) |
|
StampLine |
innerBorder(BorderLine innerBorder) |
|
StampLine |
outerBorder(BorderLine outerBorder) |
|
void |
setBackgroundColor(Color backgroundColor) |
|
void |
setFont(SignatureFont font) |
|
void |
setHeight(java.lang.Integer height) |
|
void |
setInnerBorder(BorderLine innerBorder) |
|
void |
setOuterBorder(BorderLine outerBorder) |
|
void |
setText(java.lang.String text) |
|
void |
setTextBottomIntent(java.lang.Integer textBottomIntent) |
|
void |
setTextColor(Color textColor) |
|
void |
setTextRepeatType(StampLine.TextRepeatTypeEnum textRepeatType) |
|
void |
setVisible(java.lang.Boolean visible) |
|
StampLine |
text(java.lang.String text) |
|
StampLine |
textBottomIntent(java.lang.Integer textBottomIntent) |
|
StampLine |
textColor(Color textColor) |
|
StampLine |
textRepeatType(StampLine.TextRepeatTypeEnum textRepeatType) |
|
java.lang.String |
toString() |
|
StampLine |
visible(java.lang.Boolean visible) |
public StampLine height(java.lang.Integer height)
public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
public Color getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
public StampLine text(java.lang.String text)
public java.lang.String getText()
public void setText(java.lang.String text)
public StampLine font(SignatureFont font)
public SignatureFont getFont()
public void setFont(SignatureFont font)
public Color getTextColor()
public void setTextColor(Color textColor)
public StampLine textBottomIntent(java.lang.Integer textBottomIntent)
public java.lang.Integer getTextBottomIntent()
public void setTextBottomIntent(java.lang.Integer textBottomIntent)
public StampLine textRepeatType(StampLine.TextRepeatTypeEnum textRepeatType)
public StampLine.TextRepeatTypeEnum getTextRepeatType()
public void setTextRepeatType(StampLine.TextRepeatTypeEnum textRepeatType)
public StampLine outerBorder(BorderLine outerBorder)
public BorderLine getOuterBorder()
public void setOuterBorder(BorderLine outerBorder)
public StampLine innerBorder(BorderLine innerBorder)
public BorderLine getInnerBorder()
public void setInnerBorder(BorderLine innerBorder)
public StampLine visible(java.lang.Boolean visible)
public java.lang.Boolean getVisible()
public void setVisible(java.lang.Boolean visible)
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
Copyright © 2021. All rights reserved.