docs: add page footer

This commit is contained in:
Hufe921
2023-03-25 19:41:16 +08:00
committed by Hufe
parent 21626cc41b
commit 45a17ba756
3 changed files with 20 additions and 3 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ interface IEditorOption {
tdPadding?: number; // 单元格内边距。默认:5
defaultTdHeight?: number; // 默认单元格高度。默认:40
defaultHyperlinkColor?: string; // 默认超链接颜色。默认:#0000FF
header?: IHeader; // 页眉信息。{data:string; color?:string; size?:number; font?:string;}
header?: IHeader; // 页眉信息。{top?:number; maxHeightRadio?:MaxHeightRatio;}
footer?: IFooter; // 页脚信息。{bottom?:number; maxHeightRadio?:MaxHeightRatio;}
pageNumber?: IPageNumber; // 页码信息。{bottom:number; size:number; font:string; color:string; rowFlex:RowFlex;}
paperDirection?: PaperDirection; // 纸张方向:纵向、横向
inactiveAlpha?: number; // 正文内容失焦时透明度。默认值:0.6