MsoLineFormatHelper

MsoLineFormatHelper class

Represents line and arrowhead formatting.

Properties

NameTypeDescription
IsVisiblebooleanIndicates whether the object is visible.
StyleintReturns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integ
ForeColorColorGets and sets the border line fore color.
BackColorColorGets and sets the border line back color.
DashStyleintGets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant.
TransparencyfloatReturns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
WeightfloatReturns 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