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 2016/09/14 05:27:08 UTC

[Bug 59264] Unify interface for setting cell border line styles using BorderStyle enum instead of short code

https://bz.apache.org/bugzilla/show_bug.cgi?id=59264

--- Comment #6 from Javen O'Neal <on...@apache.org> ---
r1760627 reverted part of r1737879 for backwards compatibility with POI 3.14.
BorderFormatting#getBorder[Top|Bottom|Left|Right|Diagonal]() returns short
BorderFormatting#getBorder[Top|Bottom|Left|Right|Diagonal]Enum() returns
BorderStyle enum

r1760630 reverted part of r1737879 for backwards compatibility with POI 3.14.
CellStyle#getBorder[Top|Bottom|Left|Right]() returns short
CellStyle#getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum

These changes will be included in POI 3.15 final. POI will be binary backwards
compatible with POI 3.14.

-- 
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