Page.Rectangles 属性

定义

返回一个 Rectangles 集合,该集合代表文档中页面中的一部分文本或图形。

public:
 property Microsoft::Office::Interop::Word::Rectangles ^ Rectangles { Microsoft::Office::Interop::Word::Rectangles ^ get(); };
public Microsoft.Office.Interop.Word.Rectangles Rectangles { get; }
member this.Rectangles : Microsoft.Office.Interop.Word.Rectangles
Public ReadOnly Property Rectangles As Rectangles

属性值

注解

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

适用于