Line Interface 

Represents an individual line in a Rectangle object of type wdTextRectangle.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ineImplementation
    Implements Line
End Class
Dim ineImplementation1 As New ineImplementation()

Syntax

Public Interface Line
public interface Line
public interface class Line
public interface Line
public interface Line

Remarks

Use the Line object and related methods and properties to programmatically define page layout in a document.

Use the Item method to return a specific Line object.

Use the LineType property to determine whether the specified line is a text line (wdTextLine) or a table row (wdTableRow). Then use the Range property to access the contents and formatting for the line.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Line Members