forked from eclipse-birt/birt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation for the word emitter user properties like README (eclip…
- Loading branch information
1 parent
7338b0d
commit 84d2a0e
Showing
3 changed files
with
72 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ort.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 68 additions & 0 deletions
68
...t.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Eclipse BIRT | ||
Introduction to use the specialized user properties of the WordEmitter. | ||
|
||
## Reason | ||
The WordEmitter provides a set of specialized user properties to optimize the word output of type DOCX. | ||
|
||
Each of the user properties starts with the master prefix "WordEmitter". | ||
|
||
|
||
### User properties of the WordEmitter | ||
|
||
The following list get an overview of all supported user properties, the content and the definition of use. | ||
|
||
|
||
**WordEmitter.CombineMarginPadding** | ||
|
||
Content use margin and padding combined to calculate the text indent for (dynamic) text elements, | ||
padding is an unsupported feature of MS Word. | ||
Location report | ||
Data type boolean | ||
Values true, margin and padding will combined to calculate the text indent | ||
false, margin will be used for text indent (without padding) | ||
Default true | ||
Since 4.18 | ||
|
||
**WordEmitter.AddEmptyParagraphForAllCells** | ||
|
||
Content use empty paragraph for the grid & table cell at the end independent of the cell content (standard up to BIRT 4.17) | ||
Location report | ||
Data type boolean | ||
Values true, add empty paragraph at grid & table cell end | ||
false, avoid empty paragraph at grid & table cell end | ||
Default false, if wrappedTableForMarginPadding is set to false | ||
true, if wrappedTableForMarginPadding is set to true | ||
Relation WordEmitter.WrappedTableForMarginPadding | ||
Since 4.18 | ||
|
||
**WordEmitter.AddEmptyParagraphForListCell** | ||
|
||
Content use empty paragraph for the list table cell at the end independent of the cell content (standard up to BIRT 4.17) | ||
Location report | ||
Data type boolean | ||
Values true, add empty paragraph at list table cell end | ||
false, avoid empty paragraph at list table cell end | ||
Default false | ||
Since 4.18 | ||
|
||
**WordEmitter.WrappedTableForMarginPadding** | ||
|
||
Content text element and dynamic text element should have a wrapper layout table to simulate margin and padding style (standard up to BIRT 4.17) | ||
Location report | ||
Data type boolean | ||
Values true, use wrapper layout table for (dynamic) text elements | ||
false, use optimized handling and avoid wrapper layout table | ||
Default false | ||
Relation WordEmitter.AddEmptyParagraphForAllCells | ||
Since 4.18 | ||
|
||
|
||
**WordEmitter.WrappedTableHeaderFooter** | ||
|
||
Content page header and footer should have a wrapper layout table (standard up to BIRT 4.17) | ||
Location report | ||
Data type boolean | ||
Values true, use wrapper layout table for page header and footer | ||
false, use optimized handling and avoid wrapper layout table for page header and footer | ||
Default false | ||
Since 4.18 |
4 changes: 2 additions & 2 deletions
4
...o.spudsoft.birt.emitters.excel/src/uk/co/spudsoft/birt/emitters/excel/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters