]> 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)
commit1eebd090e7aa5f2bae42b1e09b2422cf1cbd06b7
tree27e9addb792fbbfa6c5f0497f81e206d38f7a670
parent42bee0dcba7bc5220a8ed616905caf0c263931a4
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]