You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2010/09/16 13:52:07 UTC

DO NOT REPLY [Bug 49919] Implement support for BorderCode

https://issues.apache.org/bugzilla/show_bug.cgi?id=49919

--- Comment #1 from a6537691@bofthew.com 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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org