]> 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)
commit96a24aad62e3394bcc7e04f32ec55c360baa80dc
tree99ecc713eacece2266ef83e5710ef7a83207d123
parent9ceb4f12e4bba6f37a0bac60a021d69320e545f4
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