]> source.dussan.org Git - poi.git/commit
Fix bug #45543 - Optionally extract comment text with PowerPointExtractor, and initia...
authorNick Burch <nick@apache.org>
Mon, 4 Aug 2008 22:48:39 +0000 (22:48 +0000)
committerNick Burch <nick@apache.org>
Mon, 4 Aug 2008 22:48:39 +0000 (22:48 +0000)
commiteeb7d455669ae6475d3678110cc371caa246785c
treec1b93dcea7be03eb195ade8e92eee84873c553dd
parentfc187db0587a3c892390e1a72f73efab95af549d
Fix bug #45543 - Optionally extract comment text with PowerPointExtractor, and initial hslf model support for comments

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682533 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hslf/extractor/PowerPointExtractor.java
src/scratchpad/src/org/apache/poi/hslf/model/Comment.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/model/Slide.java
src/scratchpad/src/org/apache/poi/hslf/record/RecordContainer.java
src/scratchpad/testcases/org/apache/poi/hslf/data/45543.ppt [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/data/WithComments.ppt [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hslf/extractor/TextExtractor.java