| #
6e0e78ee
|
| 26-Aug-2012 |
Jian Fang Zhang <zhangjf@apache.org> |
#i120576#, the background color from table style are lost for table in the docx file
Refer to wiki document http://wiki.openoffice.org/wiki/Table_Style_in_Writerfilter
The change is composed of bel
#i120576#, the background color from table style are lost for table in the docx file
Refer to wiki document http://wiki.openoffice.org/wiki/Table_Style_in_Writerfilter
The change is composed of below parts: 1. For the w:tcPr under w:style, it's used for whole table. It should be sprmed. 2. On how to apply different kinds of table styles, it follows the sequence from wiki as below. That means ne/nw/se/sw table style can overwrite all other types if existing.
wholeTable band1Horz band2Horz band1Vert band2Vert firstCol lastCol firstRow lastRow neCell nwCell seCell swCell
3. Fix a typo for resetRowProp. It's related to all row properties.
Found by: bjcheny Patch by: bjcheny Review by: zhangjf
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1377430 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|