HeaderFooter.Shapes 属性

定义

返回一个 Shapes 集合,该集合代表指定页眉或页脚中的所有 Shape 对象。 集合可以包含绘图、形状、图片、OLE 对象、ActiveX 控件、文本对象和标注。

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

属性值

注解

应用于 HeaderFooter 对象时, Shapes 属性返回文档的所有页眉和页脚中找到的所有 Shape 对象。

适用于