Skip to content

Commit

Permalink
Bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
draco1023 committed Nov 3, 2022
1 parent 72ae562 commit c94ff2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ poi 4.x poi-tl 1.11 以前的版本
<dependency>
<groupId>io.github.draco1023</groupId>
<artifactId>poi-tl-ext</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
```

@@ -19,7 +19,7 @@ poi 5.x poi-tl 1.11.0+
<dependency>
<groupId>io.github.draco1023</groupId>
<artifactId>poi-tl-ext</artifactId>
<version>0.4.0-poi5</version>
<version>0.4.1-poi5</version>
</dependency>
```

@@ -40,8 +40,8 @@ poi 5.x poi-tl 1.11.0+
```

`HtmlRenderPolicy`可以通过`HtmlRenderConfig`进行如下设置:
- `globalFont` 全局默认字体
- `globalFontSize` 全局默认字号
- `globalFont` 全局默认字体(用于归一化处理,而不是用于样式兜底)
- `globalFontSize` 全局默认字号(用于归一化处理,而不是用于样式兜底)
- `showDefaultTableBorderInTableCell` 是否显示嵌套表格的边框(`poi`生成嵌套表格时默认不显示边框,见#12
- `numberingIndent` 多级列表项缩进长度,默认值360
- `numberingSpacing` 列表编号与内容之间的间隔类型,`STLevelSuffix.NOTHING`/`STLevelSuffix.SPACE`/`STLevelSuffix.TAB`

0 comments on commit c94ff2f

Please sign in to comment.