Border
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.signature.domain.interfaces.ITransparency
public class Border implements ITransparency
Instance to keep Border line properties.
| Constructor | Description |
|---|---|
| Border() |
| Method | Description |
|---|---|
| getDashStyle() | Gets or sets the signature border style. |
| setDashStyle(int value) | Gets or sets the signature border style. |
| getTransparency() | Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)). |
| setTransparency(double value) | Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)). |
| getWeight() | Gets or sets the weight of the signature border. |
| setWeight(double value) | Gets or sets the weight of the signature border. |
| getColor() | Gets or sets the border color of signature. |
| setColor(Color value) | Gets or sets the border color of signature. |
| setColor(String value) | Gets or sets the border color of signature. |
| getVisible() | Gets or sets the border visibility. |
| setVisible(boolean value) | |
| deepClone() | Implement IClonable interface |
public Border()
public final int getDashStyle()
Gets or sets the signature border style.
Returns: int
public final void setDashStyle(int value)
Gets or sets the signature border style.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final double getTransparency()
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
Returns: double
public final void setTransparency(double value)
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
public final double getWeight()
Gets or sets the weight of the signature border.
Returns: double
public final void setWeight(double value)
Gets or sets the weight of the signature border.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
public final Color getColor()
Gets or sets the border color of signature.
Returns: java.awt.Color
public final void setColor(Color value)
Gets or sets the border color of signature.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.awt.Color |
public final void setColor(String value)
Gets or sets the border color of signature.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public boolean getVisible()
Gets or sets the border visibility.
Returns: boolean
public final void setVisible(boolean value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
public final Object deepClone()
Implement IClonable interface
Returns: java.lang.Object - Newly created Border instance with same properties
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.