#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
Showing
Please
register
or
sign in
to comment