java.lang.Object
com.aspose.cells.MsoLineFormatHelper
public class MsoLineFormatHelper
| Property Getters/Setters Summary | ||
|---|---|---|
com.aspose.cells.Color | getBackColor() | |
void | setBackColor(com.aspose.cells.Color) | |
| Gets and sets the border line back color. | ||
int | getDashStyle() | |
void | setDashStyle(int) | |
| Gets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant. | ||
com.aspose.cells.Color | getForeColor() | |
void | setForeColor(com.aspose.cells.Color) | |
| Gets and sets the border line fore color. | ||
boolean | isVisible() | |
void | setVisible(boolean) | |
| Indicates whether the object is visible. | ||
int | getStyle() | |
void | setStyle(int) | |
| Returns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integer constant. | ||
double | getTransparency() | |
void | setTransparency(double) | |
| Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | ||
double | getWeight() | |
void | setWeight(double) | |
| Returns or sets the weight of the line ,in units of pt. | ||
| Property Getters/Setters Detail |
|---|
isVisible/setVisible | |
public boolean isVisible() / public void setVisible(boolean value) | |
getStyle/setStyle | |
public int getStyle() / public void setStyle(int value) | |
getForeColor/setForeColor | |
public com.aspose.cells.Color getForeColor() / public void setForeColor(com.aspose.cells.Color value) | |
getBackColor/setBackColor | |
public com.aspose.cells.Color getBackColor() / public void setBackColor(com.aspose.cells.Color value) | |
getDashStyle/setDashStyle | |
public int getDashStyle() / public void setDashStyle(int value) | |
getTransparency/setTransparency | |
public double getTransparency() / public void setTransparency(double value) | |
getWeight/setWeight | |
public double getWeight() / public void setWeight(double value) | |