Excel.Interfaces.HeaderFooterUpdateData interface

用于更新对象上 HeaderFooter 的数据的接口,用于 headerFooter.set({ ... }).

注解

使用方

属性

centerFooter

工作表的居中页脚。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

centerFooterPicture

获取 HeaderFooterPicture 表示页脚中心部分图片的对象。

centerHeader

工作表的居中页眉。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

centerHeaderPicture

获取 HeaderFooterPicture 表示页眉中心部分图片的对象。

leftFooter

工作表的左页脚。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

leftFooterPicture

获取 HeaderFooterPicture 表示页脚左侧部分图片的对象。

leftHeader

工作表的左侧标题。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

leftHeaderPicture

获取表示 HeaderFooterPicture 标题左侧部分图片的对象。

rightFooter

工作表的右侧页脚。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

rightFooterPicture

获取表示 HeaderFooterPicture 页脚右侧部分图片的对象。

rightHeader

工作表的右标题。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

rightHeaderPicture

获取表示 HeaderFooterPicture 标题右侧部分图片的对象。

属性详细信息

centerFooter

工作表的居中页脚。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

centerFooter?: string;

属性值

string

注解

API 集:ExcelApi 1.9

centerFooterPicture

获取 HeaderFooterPicture 表示页脚中心部分图片的对象。

centerFooterPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;

属性值

注解

API 集:ExcelApiDesktop 1.1

centerHeader

工作表的居中页眉。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

centerHeader?: string;

属性值

string

注解

API 集:ExcelApi 1.9

centerHeaderPicture

获取 HeaderFooterPicture 表示页眉中心部分图片的对象。

centerHeaderPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;

属性值

注解

API 集:ExcelApiDesktop 1.1

leftFooter

工作表的左页脚。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

leftFooter?: string;

属性值

string

注解

API 集:ExcelApi 1.9

leftFooterPicture

获取 HeaderFooterPicture 表示页脚左侧部分图片的对象。

leftFooterPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;

属性值

注解

API 集:ExcelApiDesktop 1.1

leftHeader

工作表的左侧标题。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

leftHeader?: string;

属性值

string

注解

API 集:ExcelApi 1.9

leftHeaderPicture

获取表示 HeaderFooterPicture 标题左侧部分图片的对象。

leftHeaderPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;

属性值

注解

API 集:ExcelApiDesktop 1.1

rightFooter

工作表的右侧页脚。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

rightFooter?: string;

属性值

string

注解

API 集:ExcelApi 1.9

rightFooterPicture

获取表示 HeaderFooterPicture 页脚右侧部分图片的对象。

rightFooterPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;

属性值

注解

API 集:ExcelApiDesktop 1.1

rightHeader

工作表的右标题。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx

rightHeader?: string;

属性值

string

注解

API 集:ExcelApi 1.9

rightHeaderPicture

获取表示 HeaderFooterPicture 标题右侧部分图片的对象。

rightHeaderPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;

属性值

注解

API 集:ExcelApiDesktop 1.1