Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.LineFormatLoadOptions interface
- Package:
- word
Represents line and arrowhead formatting. For a line, the LineFormat object contains formatting information for the line itself; for a shape with a border, this object contains formatting information for the shape's border.
Properties
| $all | Specifying |
| backgroundColor | Gets a |
| beginArrowheadLength | Specifies the length of the arrowhead at the beginning of the line. |
| beginArrowheadStyle | Specifies the style of the arrowhead at the beginning of the line. |
| beginArrowheadWidth | Specifies the width of the arrowhead at the beginning of the line. |
| dashStyle | Specifies the dash style for the line. |
| endArrowheadLength | Specifies the length of the arrowhead at the end of the line. |
| endArrowheadStyle | Specifies the style of the arrowhead at the end of the line. |
| endArrowheadWidth | Specifies the width of the arrowhead at the end of the line. |
| foregroundColor | Gets a |
| insetPen | Specifies if to draw lines inside a shape. |
| isVisible | Specifies if the object, or the formatting applied to it, is visible. |
| pattern | Specifies the pattern applied to the line. |
| style | Specifies the line format style. |
| transparency | Specifies the degree of transparency of the line as a value between 0.0 (opaque) and 1.0 (clear). |
| weight | Specifies the thickness of the line in points. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
backgroundColor
Gets a ColorFormat object that represents the background color for a patterned line.
backgroundColor?: Word.Interfaces.ColorFormatLoadOptions;
Property Value
Remarks
beginArrowheadLength
Specifies the length of the arrowhead at the beginning of the line.
beginArrowheadLength?: boolean;
Property Value
boolean
Remarks
beginArrowheadStyle
Specifies the style of the arrowhead at the beginning of the line.
beginArrowheadStyle?: boolean;
Property Value
boolean
Remarks
beginArrowheadWidth
Specifies the width of the arrowhead at the beginning of the line.
beginArrowheadWidth?: boolean;
Property Value
boolean
Remarks
dashStyle
Specifies the dash style for the line.
dashStyle?: boolean;
Property Value
boolean
Remarks
endArrowheadLength
Specifies the length of the arrowhead at the end of the line.
endArrowheadLength?: boolean;
Property Value
boolean
Remarks
endArrowheadStyle
Specifies the style of the arrowhead at the end of the line.
endArrowheadStyle?: boolean;
Property Value
boolean
Remarks
endArrowheadWidth
Specifies the width of the arrowhead at the end of the line.
endArrowheadWidth?: boolean;
Property Value
boolean
Remarks
foregroundColor
Gets a ColorFormat object that represents the foreground color for the line.
foregroundColor?: Word.Interfaces.ColorFormatLoadOptions;
Property Value
Remarks
insetPen
Specifies if to draw lines inside a shape.
insetPen?: boolean;
Property Value
boolean
Remarks
isVisible
Specifies if the object, or the formatting applied to it, is visible.
isVisible?: boolean;
Property Value
boolean
Remarks
pattern
Specifies the pattern applied to the line.
pattern?: boolean;
Property Value
boolean
Remarks
style
Specifies the line format style.
style?: boolean;
Property Value
boolean
Remarks
transparency
Specifies the degree of transparency of the line as a value between 0.0 (opaque) and 1.0 (clear).
transparency?: boolean;
Property Value
boolean
Remarks
weight
Specifies the thickness of the line in points.
weight?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
