]> source.dussan.org Git - poi.git/commit
Link XWPFPicture to XWPFRun, so that embedded pictures can be access from where they...
authorNick Burch <nick@apache.org>
Tue, 14 Sep 2010 14:52:35 +0000 (14:52 +0000)
committerNick Burch <nick@apache.org>
Tue, 14 Sep 2010 14:52:35 +0000 (14:52 +0000)
commit3d0143a196504c5cee07129f78fa5508ae64b92b
tree998527602655bdf4ca99648d4afc2410cdc9eaca
parentfa56cf743528e75167b416f321b468bb701459f9
Link XWPFPicture to XWPFRun, so that embedded pictures can be access from where they live in the text stream

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996927 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/xwpf/extractor/XWPFWordExtractor.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/IBodyElement.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFactory.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFParagraph.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFPicture.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java
src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFParagraph.java