diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb8c085a..0b44d605a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- [mod-fop] supporto for table cell back-color attribute +- [mod-fop] new 'table-border-collapse' document info to setup default border collapse behaviour +- [mod-fop] support for table cell back-color attribute - [playground-quarkus] quarkus-version set to 3.6.0 ## [3.2.1] - 2023-11-22 diff --git a/docs/html/doc_meta_info.html b/docs/html/doc_meta_info.html index e17ec7265..3cb98a949 100644 --- a/docs/html/doc_meta_info.html +++ b/docs/html/doc_meta_info.html @@ -13,7 +13,7 @@
Version : 3 (2023-08-17)
+Version : 4 (2023-11-30)
This section contains documentation for most <info name="key">value</info> of Venus Doc Format
table-border-collapse
+ +Set the default table-border-collapse mode, possible values are 'separate' or 'collapse'
+fj-doc-mod-fop(pdf),
+separate
+3.2.2
+default-cell-border-width
Set default cell border width for all table cells, default '-1' means 'unset'
fj-doc-freemarker(html), fj-doc-poi(xls), fj-doc-poi(xlsx), fj-doc-mod-fop(pdf), fj-doc-mod-openpdf(pdf), fj-doc-mod-itext(pdf),
-1
1.5.0