LineFormat Interface

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("000209CA-0000-0000-C000-000000000046")> _
Public Interface LineFormat
'Usage
Dim instance As LineFormat
[GuidAttribute("000209CA-0000-0000-C000-000000000046")]
public interface LineFormat

Remarks

Use the Line property to return a LineFormat object.

See Also

Reference

LineFormat Members

Microsoft.Office.Interop.Word Namespace