MsoLineFormat Class
Contents
[
Hide
]MsoLineFormat class
Represents line and arrowhead formatting.
type MsoLineFormat struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| IsVisible | Indicates whether the object is visible. |
| SetIsVisible | Indicates whether the object is visible. |
| GetStyle | Returns a Style object that represents the style of the specified range. |
| SetStyle | Returns a Style object that represents the style of the specified range. |
| GetForeColor | Gets and sets the border line fore color. |
| SetForeColor | Gets and sets the border line fore color. |
| GetBackColor | Gets and sets the border line back color. |
| SetBackColor | Gets and sets the border line back color. |
| GetDashStyle | Gets or sets the dash style for the specified line. |
| SetDashStyle | Gets or sets the dash style for the specified line. |
| GetTransparency | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
| SetTransparency | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
| GetWeight | Returns or sets the weight of the line ,in units of pt. |
| SetWeight | Returns or sets the weight of the line ,in units of pt. |