Excel.Interfaces.HeaderFooterData interface
一个接口,用于描述通过调用 headerFooter.toJSON()返回的数据。
属性
| center |
工作表的中心页脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。 |
| center |
获取一个 |
| center |
工作表的中心页眉。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。 |
| center |
获取一个 |
| left |
工作表的左脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。 |
| left |
获取一个 |
| left |
工作表的左标题。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。 |
| left |
获取一个 |
| right |
工作表的右页脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。 |
| right |
获取一个 |
| right |
工作表的右标题。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。 |
| right |
获取一个 |
属性详细信息
centerFooter
工作表的中心页脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
centerFooter?: string;
属性值
string
注解
centerFooterPicture
获取一个 HeaderFooterPicture 对象,该对象表示页脚的中心部分的图片。
centerFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;
属性值
注解
centerHeader
工作表的中心页眉。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
centerHeader?: string;
属性值
string
注解
centerHeaderPicture
获取一个 HeaderFooterPicture 对象,该对象表示标题的中心部分的图片。
centerHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;
属性值
注解
leftFooter
工作表的左脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
leftFooter?: string;
属性值
string
注解
leftFooterPicture
获取一个 HeaderFooterPicture 对象,该对象代表页脚左侧部分的图片。
leftFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;
属性值
注解
leftHeader
工作表的左标题。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
leftHeader?: string;
属性值
string
注解
leftHeaderPicture
获取一个 HeaderFooterPicture 对象,该对象表示标头左侧部分的图片。
leftHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;
属性值
注解
rightFooter
工作表的右页脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
rightFooter?: string;
属性值
string
注解
rightFooterPicture
获取一个 HeaderFooterPicture 对象,该对象代表页脚右侧部分的图片。
rightFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;
属性值
注解
rightHeader
工作表的右标题。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
rightHeader?: string;
属性值
string
注解
rightHeaderPicture
获取一个 HeaderFooterPicture 对象,该对象表示标头右侧部分的图片。
rightHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;