MsoLineFormatHelper
Contents
[
Hide
]MsoLineFormatHelper class
Represents line and arrowhead formatting.
Properties
| Name | Type | Description |
|---|---|---|
| IsVisible | boolean | Indicates whether the object is visible. |
| Style | int | Returns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integ |
| ForeColor | Color | Gets and sets the border line fore color. |
| BackColor | Color | Gets and sets the border line back color. |
| DashStyle | int | Gets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant. |
| Transparency | float | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
| Weight | float | Returns or sets the weight of the line ,in units of pt. |
MsoLineFormatHelper.IsVisible property
Indicates whether the object is visible.
Type: boolean
MsoLineFormatHelper.Style property
Returns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integer constant.
Type: int
MsoLineFormatHelper.ForeColor property
Gets and sets the border line fore color.
Type: Color
MsoLineFormatHelper.BackColor property
Gets and sets the border line back color.
Type: Color
MsoLineFormatHelper.DashStyle property
Gets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant.
Type: int
MsoLineFormatHelper.Transparency property
Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
Type: float
MsoLineFormatHelper.Weight property
Returns or sets the weight of the line ,in units of pt.
Type: float