]> source.dussan.org Git - poi.git/commit
initial support for table styles in XSLF
authorYegor Kozlov <yegor@apache.org>
Sat, 10 Sep 2011 10:50:05 +0000 (10:50 +0000)
committerYegor Kozlov <yegor@apache.org>
Sat, 10 Sep 2011 10:50:05 +0000 (10:50 +0000)
commit9c108f4fee473a7fb2b76af0492f332f0849f62c
tree0fd78830a22ccaa489bf4587e8606caf70c3a6ce
parent5ea324076a8764a2e3ee79e0774031d21ad98215
initial support for table styles in XSLF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167491 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xslf/usermodel/XMLSlideShow.java
src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFRelation.java
src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTableStyle.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTableStyles.java [new file with mode: 0644]
src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTableStyles.java [new file with mode: 0644]