Lines 接口

定义

对象的集合Line,表示类型为 wdTextRectangle 的对象中的Rectangle行。

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
属性
实现

注解

Lines使用 属性可返回指定矩形的线条集合。

RectangleType使用指定Rectangle对象的 属性确定对象Rectangle是否为 wdTextRectangle 类型。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Count

返回指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[Int32]

返回集合中的单个对象。

Parent

返回一个对象,代表指定对象的父对象。

方法

GetEnumerator()

对象的集合Line,表示类型为 wdTextRectangle 的对象中的Rectangle行。

适用于