Lines Interface

Definition

A collection of Line objects that represents the lines in a Rectangle object that is of type wdTextRectangle.

public interface class Lines : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E2E8A400-0615-427D-ADCC-CAD39FFEBD42")]
public interface Lines : System.Collections.IEnumerable
type Lines = interface
    interface IEnumerable
Public Interface Lines
Implements IEnumerable
Attributes
Implements

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.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Int32]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

GetEnumerator()

Applies to