Excel.Interfaces.HeaderFooterLoadOptions interface
属性
| $all | 指定加载选项将 |
| 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 |
获取表示 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
centerFooter
工作表的居中页脚。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
centerFooter?: boolean;
属性值
boolean
注解
centerFooterPicture
获取 HeaderFooterPicture 表示页脚中心部分图片的对象。
centerFooterPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
属性值
注解
centerHeader
工作表的居中页眉。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
centerHeader?: boolean;
属性值
boolean
注解
centerHeaderPicture
获取 HeaderFooterPicture 表示页眉中心部分图片的对象。
centerHeaderPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
属性值
注解
leftFooter
工作表的左页脚。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
leftFooter?: boolean;
属性值
boolean
注解
leftFooterPicture
获取 HeaderFooterPicture 表示页脚左侧部分图片的对象。
leftFooterPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
属性值
注解
leftHeader
工作表的左侧标题。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
leftHeader?: boolean;
属性值
boolean
注解
leftHeaderPicture
获取表示 HeaderFooterPicture 标题左侧部分图片的对象。
leftHeaderPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
属性值
注解
rightFooter
工作表的右侧页脚。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
rightFooter?: boolean;
属性值
boolean
注解
rightFooterPicture
获取表示 HeaderFooterPicture 页脚右侧部分图片的对象。
rightFooterPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
属性值
注解
rightHeader
工作表的右标题。 若要应用字体格式设置或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
rightHeader?: boolean;
属性值
boolean
注解
rightHeaderPicture
获取表示 HeaderFooterPicture 标题右侧部分图片的对象。
rightHeaderPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;