]> source.dussan.org Git - poi.git/commit
BUG 54771 extract text from SDTs at the cell level within a table row
authorTim Allison <tallison@apache.org>
Mon, 16 Jun 2014 18:46:00 +0000 (18:46 +0000)
committerTim Allison <tallison@apache.org>
Mon, 16 Jun 2014 18:46:00 +0000 (18:46 +0000)
commitaf7b947bb961e2527986ba52e7b115885f677944
tree27e9addb792fbbfa6c5f0497f81e206d38f7a670
parent1a969ea63592efdca3a5845b6e34dbb52126fa26
BUG 54771 extract text from SDTs at the cell level within a table row

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602955 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
src/ooxml/java/org/apache/poi/xwpf/extractor/XWPFWordExtractor.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/AbstractXWPFSDT.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xwpf/usermodel/ICell.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xwpf/usermodel/ISDTContents.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFSDT.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFSDTCell.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFSDTContent.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFSDTContentCell.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/java/org/apache/poi/xwpf/usermodel/XWPFTableRow.java
src/ooxml/testcases/org/apache/poi/xwpf/extractor/TestXWPFWordExtractor.java
src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFSDT.java
test-data/document/Bug54771a.docx [new file with mode: 0644]
test-data/document/Bug54771b.docx [new file with mode: 0644]