MsoLineFormatHelper
Contents
[
Hide
]MsoLineFormatHelper class
Represents line and arrowhead formatting.
class MsoLineFormatHelper;
Properties
Property | Type | Description |
---|---|---|
isVisible | boolean | Indicates whether the object is visible. |
style | MsoLineStyle | Returns a Style object that represents the style of the specified range. |
foreColor | Color | Gets and sets the border line fore color. |
backColor | Color | Gets and sets the border line back color. |
dashStyle | MsoLineDashStyle | Gets or sets the dash style for the specified line. |
transparency | number | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
weight | number | Returns or sets the weight of the line ,in units of pt. |
isVisible
Indicates whether the object is visible.
isVisible : boolean;
style
Returns a Style object that represents the style of the specified range.
style : MsoLineStyle;
foreColor
Gets and sets the border line fore color.
foreColor : Color;
backColor
Gets and sets the border line back color.
backColor : Color;
dashStyle
Gets or sets the dash style for the specified line.
dashStyle : MsoLineDashStyle;
transparency
Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
transparency : number;
weight
Returns or sets the weight of the line ,in units of pt.
weight : number;