]> 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)
commit54213ab15806ee8a2021f8ade1d70be7fe9cd2e6
tree5e405fa5ff021adc7547bfeb0387b070c89d5f70
parent37e7a8a9f0faf146a2e0dd9e8e6157c2406fbf40
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]