]> source.dussan.org Git - poi.git/commit
bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle...
authorJaven O'Neal <onealj@apache.org>
Fri, 8 Jul 2016 22:28:28 +0000 (22:28 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 8 Jul 2016 22:28:28 +0000 (22:28 +0000)
commited7dc7e8fafa4095a0efd8e38c80e10d67790065
tree6c454d1acdd001c1ed2fcfb72912736c1e2141f6
parent5ba19635a7319f33c9e0f410a4915d2a05e240cc
bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum

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