]> source.dussan.org Git - poi.git/commit
bug 58787: add PropertyTemplate, unit test, and example from Mark Murphy
authorJaven O'Neal <onealj@apache.org>
Sat, 11 Jun 2016 06:47:25 +0000 (06:47 +0000)
committerJaven O'Neal <onealj@apache.org>
Sat, 11 Jun 2016 06:47:25 +0000 (06:47 +0000)
commitde1fd518af3a406f85bd34f48b86ab6835696a27
tree5e405fa5ff021adc7547bfeb0387b070c89d5f70
parent8b7f22534c3543677a614ccadb1a1680f5a216fa
bug 58787: add PropertyTemplate, unit test, and example from Mark Murphy
Attachment 33684 plus changes to TestPropertyTemplate#applyBorders: replaced assertEquals(CellStyle.BORDER_*, cs.getBorder*()) with assertEquals(BorderStyle.*, cs.getBorder*())

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ss_border_property_template@1747851 13f79535-47bb-0310-9956-ffa450edef68
src/examples/src/org/apache/poi/ss/examples/DrawingBorders.java [new file with mode: 0644]
src/java/org/apache/poi/ss/util/PropertyTemplate.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/util/TestPropertyTemplate.java [new file with mode: 0644]