public class MsoLineFormatHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackColor()
Gets the border line back color.
|
int |
getDashStyle()
Gets the dash style for the specified line.
|
Color |
getForeColor()
Gets the border line fore color.
|
int |
getStyle()
Returns a Style object that represents the style of the specified range.
|
double |
getTransparency()
Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
|
double |
getWeight()
Returns or sets the weight of the line ,in units of pt.
|
boolean |
isVisible()
Indicates whether the object is visible.
|
void |
setBackColor(Color value)
Sets the border line back color.
|
void |
setDashStyle(int value)
Sets the dash style for the specified line.
|
void |
setForeColor(Color value)
Sets the border line fore color.
|
void |
setStyle(int value)
Returns a Style object that represents the style of the specified range.
|
void |
setTransparency(double value)
Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
|
void |
setVisible(boolean value)
Indicates whether the object is visible.
|
void |
setWeight(double value)
Returns or sets the weight of the line ,in units of pt.
|
public boolean isVisible()
public void setVisible(boolean value)
public int getStyle()
See MsoLineStyle.
public void setStyle(int value)
See MsoLineStyle.
public Color getForeColor()
public void setForeColor(Color value)
public Color getBackColor()
public void setBackColor(Color value)
public int getDashStyle()
See MsoLineDashStyle.
public void setDashStyle(int value)
See MsoLineDashStyle.
public double getTransparency()
public void setTransparency(double value)
public double getWeight()
public void setWeight(double value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.