Bugzilla 53699 - Patch to correct BorderStyle enum positions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1372063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e899c6a425
commit
b200e0b4c2
@ -34,6 +34,8 @@
|
|||||||
|
|
||||||
<changes>
|
<changes>
|
||||||
<release version="3.9-beta1" date="2012-??-??">
|
<release version="3.9-beta1" date="2012-??-??">
|
||||||
|
<action dev="poi-developers" type="fix">53699 - Patch to correct BorderStyle enum positions </action>
|
||||||
|
<action dev="poi-developers" type="add">53064 - Ugly Duckling case study</action>
|
||||||
<action dev="poi-developers" type="add">53644 - XLS formula bugfix (CalFieldFunc) + WeekDay addon </action>
|
<action dev="poi-developers" type="add">53644 - XLS formula bugfix (CalFieldFunc) + WeekDay addon </action>
|
||||||
<action dev="poi-developers" type="add">53446 - Fixed some problems extracting PNGs </action>
|
<action dev="poi-developers" type="add">53446 - Fixed some problems extracting PNGs </action>
|
||||||
<action dev="poi-developers" type="fix">53205 - Fixed some parsing errors and encoding issues in HDGF </action>
|
<action dev="poi-developers" type="fix">53205 - Fixed some parsing errors and encoding issues in HDGF </action>
|
||||||
|
@ -52,7 +52,7 @@ package org.apache.poi.ss.usermodel;
|
|||||||
* dot border
|
* dot border
|
||||||
*/
|
*/
|
||||||
|
|
||||||
HAIR,
|
DOTTED,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Thick border
|
* Thick border
|
||||||
@ -70,7 +70,7 @@ package org.apache.poi.ss.usermodel;
|
|||||||
* hair-line border
|
* hair-line border
|
||||||
*/
|
*/
|
||||||
|
|
||||||
DOTTED,
|
HAIR,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Medium dashed border
|
* Medium dashed border
|
||||||
|
Loading…
Reference in New Issue
Block a user