Lines 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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() |