]> 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)
commit179e81c4a44ee303c0300533fe5b43ac660705a1
tree336e55bb7f42c13bd46479f79887a416c8b641ea
parenta611b66fd195952c6262cb5eb49da1a740cf2aaa
[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