]> source.dussan.org Git - poi.git/commit
bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with Horizontal...
authorJaven O'Neal <onealj@apache.org>
Sun, 10 Jul 2016 08:29:02 +0000 (08:29 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 10 Jul 2016 08:29:02 +0000 (08:29 +0000)
commit0f8039f3ab56ffdb99a914779e9ca5204d36612f
tree99ecc713eacece2266ef83e5710ef7a83207d123
parent847d90603a408686f0fc1a3cb185c75217327e14
bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with HorizontalAlignment and VerticalAlignment enums

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752066 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
src/java/org/apache/poi/sl/usermodel/VerticalAlignment.java
src/java/org/apache/poi/ss/usermodel/CellStyle.java
src/java/org/apache/poi/ss/usermodel/HorizontalAlignment.java
src/java/org/apache/poi/ss/usermodel/VerticalAlignment.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java