public class BorderLine extends Object
Instance to keep Border line properties
Constructor and Description |
---|
BorderLine() |
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Gets or sets the border color of signature.
|
com.aspose.ms.System.Drawing.Color |
getColorInternal() |
int |
getStyle()
Gets or sets the signature border style.
|
double |
getTransparency()
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
double |
getWeight()
Gets or sets the weight of the signature border.
|
boolean |
isDrawable() |
void |
setColor(Color value)
Gets or sets the border color of signature.
|
void |
setColorInternal(com.aspose.ms.System.Drawing.Color value) |
void |
setStyle(int value)
Gets or sets the signature border style.
|
void |
setTransparency(double value)
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
void |
setWeight(double value)
Gets or sets the weight of the signature border.
|
public int getStyle()
Gets or sets the signature border style.
public void setStyle(int value)
Gets or sets the signature border style.
public double getTransparency()
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
public void setTransparency(double value)
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
public double getWeight()
Gets or sets the weight of the signature border.
public void setWeight(double value)
Gets or sets the weight of the signature border.
public Color getColor()
Gets or sets the border color of signature.
public com.aspose.ms.System.Drawing.Color getColorInternal()
public void setColor(Color value)
Gets or sets the border color of signature.
public void setColorInternal(com.aspose.ms.System.Drawing.Color value)
public boolean isDrawable()
Copyright © 2017. All rights reserved.