]> source.dussan.org Git - poi.git/commit
[github-122] XWPF: Set table and table cell widths to percentage, twips, or auto...
authorPJ Fanning <fanningpj@apache.org>
Mon, 20 Aug 2018 18:12:37 +0000 (18:12 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 20 Aug 2018 18:12:37 +0000 (18:12 +0000)
commit1a3032f2533efef0d4dc942acf52bad61545e3f4
tree336e55bb7f42c13bd46479f79887a416c8b641ea
parent278ed0fc326ae96171407a2f8678662e60542670
[github-122] XWPF: Set table and table cell widths to percentage, twips, or auto. This closes #122

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838449 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xwpf/usermodel/TableWidthType.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFTable.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFTableCell.java
src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFTable.java
src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFTableCell.java