https://issues.apache.org/bugzilla/show_bug.cgi?id=49919
--- Comment #1 from [email protected] 2010-09-16 07:52:03 EDT --- Created an attachment (id=26032) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26032) Patch to support borders Attached is the patch created by following the instructions in the Contribution Guidelines. How it is implemented: - no support for Word 2000 structure of BorderCode. The only difference is that Word 2000 has 24-bit color while Word 97 version has only 16 colors. In my tests Word 2003 and 2007 saves both structures, so you are able to read it anyway. - get methods for borders were added to TableRow: for some strange reason TableRow extends Paragraph. Paragraph has getXxxBorder methods, but they return incorrect values, because they read from _props superclas's field instead of _tprops field Please give feedback or merge. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
