Lines Interface
A collection of Line objects that represents the lines in a Rectangle object that is of type wdTextRectangle.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Usage
Public Class inesImplementation
Implements Lines
End Class
Dim inesImplementation1 As New inesImplementation()
Syntax
Public Interface Lines
Inherits IEnumerable
public interface Lines : IEnumerable
public interface class Lines : public IEnumerable
public interface Lines implements IEnumerable
public interface Lines implements IEnumerable
Remarks
Use the Lines property to return a collection of lines for a specified rectangle.
Use the RectangleType property of the specified Rectangle object to determine whether the Rectangle object is of type wdTextRectangle.
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