ExcelScript.HeaderFooter interface
方法
方法详细信息
getCenterFooter()
工作表的中心页脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
getCenterFooter(): string;
返回
string
getCenterHeader()
工作表的中心页眉。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
getCenterHeader(): string;
返回
string
getLeftFooter()
工作表的左脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
getLeftFooter(): string;
返回
string
getLeftHeader()
工作表的左标题。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
getLeftHeader(): string;
返回
string
getRightFooter()
工作表的右页脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
getRightFooter(): string;
返回
string
getRightHeader()
工作表的右标题。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
getRightHeader(): string;
返回
string
setCenterFooter(centerFooter)
工作表的中心页脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
setCenterFooter(centerFooter: string): void;
参数
- centerFooter
-
string
返回
void
setCenterHeader(centerHeader)
工作表的中心页眉。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
setCenterHeader(centerHeader: string): void;
参数
- centerHeader
-
string
返回
void
setLeftFooter(leftFooter)
工作表的左脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
setLeftFooter(leftFooter: string): void;
参数
- leftFooter
-
string
返回
void
setLeftHeader(leftHeader)
工作表的左标题。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
setLeftHeader(leftHeader: string): void;
参数
- leftHeader
-
string
返回
void
setRightFooter(rightFooter)
工作表的右页脚。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
setRightFooter(rightFooter: string): void;
参数
- rightFooter
-
string
返回
void
setRightHeader(rightHeader)
工作表的右标题。 若要应用字体格式或插入变量值,请使用此处指定的格式代码: https://msdn.microsoft.com/library/bb225426.aspx。
setRightHeader(rightHeader: string): void;
参数
- rightHeader
-
string
返回
void