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