Rectangle 接口

定义

表示文本或页中的图形的一部分。 使用 矩形 对象及相关的方法和属性以编程方式定义文档的页面布局。

public interface class Rectangle
[System.Runtime.InteropServices.Guid("ADD4EDF3-2F33-4734-9CE6-D476097C5ADA")]
public interface Rectangle
type Rectangle = interface
Public Interface Rectangle
属性

注解

Item[Int32]使用 方法可返回特定的 Rectangle 对象。

RectangleType使用 属性确定矩形的类型。

属性

Application

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

Creator

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

Height

返回或设置指定矩形的高度(以磅为单位)。

Left

返回或设置一个整数,表示指定矩形的水平位置(以磅为单位)。

Lines

返回一个 Lines 集合,该集合代表页面中指定文本部分的行。

Parent

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

Range

返回一个 Range 对象,该对象表示包含在指定 对象中的文档部分。

RectangleType

返回一个 WdRectangleType 常量,该常量表示指定矩形的类型。

Top

返回或设置指定矩形的垂直位置(以磅为单位)。

Width

返回或设置指定矩形的宽度(以磅为单位)。

适用于