MsoLineFormatHelper

MsoLineFormatHelper class

Represents line and arrowhead formatting.

class MsoLineFormatHelper;

Properties

PropertyTypeDescription
isVisiblebooleanIndicates whether the object is visible.
styleMsoLineStyleReturns a Style object that represents the style of the specified range.
foreColorColorGets and sets the border line fore color.
backColorColorGets and sets the border line back color.
dashStyleMsoLineDashStyleGets or sets the dash style for the specified line.
transparencynumberReturns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
weightnumberReturns 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;