Lines Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |