Excel.Interfaces.HeaderFooterLoadOptions interface

注解

[ API 集:ExcelApi 1.9 ]

属性

$all

$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。

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 对象,该对象表示标头右侧部分的图片。

属性详细信息

$all

$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

centerFooter

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

centerFooter?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

centerFooterPicture

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

centerFooterPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;

属性值

注解

[ API 集:ExcelApiDesktop 1.1 ]

centerHeader

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

centerHeader?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

centerHeaderPicture

获取一个 HeaderFooterPicture 对象,该对象表示标题的中心部分的图片。

centerHeaderPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;

属性值

注解

[ API 集:ExcelApiDesktop 1.1 ]

leftFooter

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

leftFooter?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

leftFooterPicture

获取一个 HeaderFooterPicture 对象,该对象代表页脚左侧部分的图片。

leftFooterPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;

属性值

注解

[ API 集:ExcelApiDesktop 1.1 ]

leftHeader

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

leftHeader?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

leftHeaderPicture

获取一个 HeaderFooterPicture 对象,该对象表示标头左侧部分的图片。

leftHeaderPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;

属性值

注解

[ API 集:ExcelApiDesktop 1.1 ]

rightFooter

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

rightFooter?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

rightFooterPicture

获取一个 HeaderFooterPicture 对象,该对象代表页脚右侧部分的图片。

rightFooterPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;

属性值

注解

[ API 集:ExcelApiDesktop 1.1 ]

rightHeader

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

rightHeader?: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.9 ]

rightHeaderPicture

获取一个 HeaderFooterPicture 对象,该对象表示标头右侧部分的图片。

rightHeaderPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;

属性值

注解

[ API 集:ExcelApiDesktop 1.1 ]