]> source.dussan.org Git - poi.git/commit
XSSFCellStyle getFont method; XSSFFont class added all methods to be implemented...
authorPaolo Mottadelli <paolo@apache.org>
Tue, 25 Mar 2008 18:35:00 +0000 (18:35 +0000)
committerPaolo Mottadelli <paolo@apache.org>
Tue, 25 Mar 2008 18:35:00 +0000 (18:35 +0000)
commit4bdf3c6de2563256b6ba072eb5ba71310d269b5f
treefb1fd629c8e304a18fc5d794eda34c9f8af766bb
parent7e352cbe15c1ce2299801f8038e5bc7794498133
XSSFCellStyle getFont method; XSSFFont class added all methods to be implemented; tests

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640934 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFont.java [new file with mode: 0644]
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFCellStyle.java