HeaderFooter 接口

定义

代表一个单独的页眉或页脚。

public interface class HeaderFooter
[System.Runtime.InteropServices.Guid("000244A1-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface HeaderFooter
Public Interface HeaderFooter
属性

注解

还可以通过将 属性与 对象一起使用HeaderFooter来返回HeaderFooter单个 Selection对象。

DifferentFirstPageHeaderFooter将 属性与 对象一起使用PageSetup可以指定不同的首页。

属性

Picture

返回一个 Graphic 对象,该对象表示包含在指定页眉或页脚中的图片字段。 此为只读属性。

Text

返回或设置一个 String 类型的值,该值代表包含在指定页眉或页脚中的文本。 读/写。

适用于