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.
|
com.aspose.ms.System.Drawing.Color |
getBackgroundColorInternal() |
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 font color of signature.
|
com.aspose.ms.System.Drawing.Color |
getTextColorInternal() |
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 font color of signature.
|
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 Linepublic int getHeight()
Gets or sets the line height on Stamp.
public void setHeight(int value)
Gets or sets the line height on Stamp.
public Color getBackgroundColor()
Gets or sets the background color of signature.
public com.aspose.ms.System.Drawing.Color getBackgroundColorInternal()
public void setBackgroundColor(Color value)
Gets or sets the background color of signature.
public String getText()
Gets or sets the text of stamp line.
public void setText(String value)
Gets or sets the text of stamp line.
public SignatureFont getFont()
Get or set Font of Stamp Line text.
public void setFont(SignatureFont value)
Get or set Font of Stamp Line text.
public Color getTextColor()
Gets or sets the font color of signature.
public com.aspose.ms.System.Drawing.Color getTextColorInternal()
public void setTextColor(Color value)
Gets or sets the font color of signature.
public int getTextBottomIntent()
Gets or sets the bottom intent of text.
public void setTextBottomIntent(int value)
Gets or sets the bottom intent of text.
public BorderLine getOuterBorder()
Setup Outer Border
public void setOuterBorder(BorderLine value)
Setup Outer Border
public BorderLine getInnerBorder()
Setup Internal Border
public void setInnerBorder(BorderLine value)
Setup Internal Border
public boolean getVisible()
Get and set visibility of Stamp Line
public void setVisible(boolean value)
Get and set visibility of Stamp Line
Copyright © 2017. All rights reserved.