feat: add table row and col size option #214

This commit is contained in:
Hufe921
2023-07-14 19:24:21 +08:00
parent abcc241796
commit 8d1100cdb1
4 changed files with 6 additions and 6 deletions
+1
View File
@@ -44,6 +44,7 @@ interface IEditorOption {
pageMode?: PageMode; // 纸张模式:连页、分页。默认:分页
tdPadding?: number; // 单元格内边距。默认:5
defaultTrMinHeight?: number; // 默认表格行最小高度。默认:40
defaultColMinWidth?: number; // 默认表格列最小宽度(整体宽度足够时应用,否则会按比例缩小)。默认:40
defaultHyperlinkColor?: string; // 默认超链接颜色。默认:#0000FF
header?: IHeader; // 页眉信息。{top?:number; maxHeightRadio?:MaxHeightRatio;}
footer?: IFooter; // 页脚信息。{bottom?:number; maxHeightRadio?:MaxHeightRatio;}