File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
main/resources/fj_doc_mod_fop_config/template/macro Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- [ fj-doc-playground-quarkus] quarkus version set to 3.15.0
13
13
14
+ ### Fixed
15
+
16
+ - [ fj-doc-mod-fop] handle space-before and space-after in table #206
17
+
14
18
## [ 8.8.7] - 2024-09-16
15
19
16
20
### Added
Original file line number Diff line number Diff line change 124
124
<@handleRowInline docTable=docTable row=row docTableUtil=docTableUtil/ >
125
125
</#list >
126
126
<#else >
127
- <fo:table border-collapse =" ${docBase.stableInfo['table-border-collapse']!'separate'}" width =" ${docTable.width}%" table-layout =" fixed" <#if (docTable.spacing)?? >border-separation="${docTable.spacing} px"</#if >>
127
+ <fo:table < @handleSpacing dc = docTable/ > border-collapse="${docBase.stableInfo['table-border-collapse']!'separate' } " width="${docTable.width} %" table-layout="fixed" <#if (docTable.spacing)?? >border-separation="${docTable.spacing} px"</#if >>
128
128
<#list docTable.colWithds as currentColWidth >
129
129
<fo:table-column column-width =" ${currentColWidth}%" />
130
130
</#list >
Original file line number Diff line number Diff line change 9
9
</footer-ext >
10
10
</metadata >
11
11
<body >
12
- <table columns =" 3" colwidths =" 30;30;40" id =" excel-table" padding =" 2" width =" 100" >
12
+ <h head-level =" 1" >Alternative sample doc</h >
13
+ <table space-before =" 30" columns =" 3" colwidths =" 30;30;40" id =" excel-table" padding =" 2" width =" 100" >
13
14
<row >
14
15
<cell align =" center" back-color =" #99aaee" >
15
16
<para >Name</para >
You can’t perform that action at this time.
0 commit comments