MsoLineFormatHelper Class

MsoLineFormatHelper class

Represents line and arrowhead formatting.


type MsoLineFormatHelper struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsVisibleIndicates whether the object is visible.
SetIsVisibleIndicates whether the object is visible.
GetStyleReturns a Style object that represents the style of the specified range.
SetStyleReturns a Style object that represents the style of the specified range.
GetForeColorGets and sets the border line fore color.
SetForeColorGets and sets the border line fore color.
GetBackColorGets and sets the border line back color.
SetBackColorGets and sets the border line back color.
GetDashStyleGets or sets the dash style for the specified line.
SetDashStyleGets or sets the dash style for the specified line.
GetTransparencyReturns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
SetTransparencyReturns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
GetWeightReturns or sets the weight of the line ,in units of pt.
SetWeightReturns or sets the weight of the line ,in units of pt.