]> source.dussan.org Git - poi.git/commit
Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a similar...
authorNick Burch <nick@apache.org>
Tue, 12 Aug 2008 20:58:31 +0000 (20:58 +0000)
committerNick Burch <nick@apache.org>
Tue, 12 Aug 2008 20:58:31 +0000 (20:58 +0000)
commit8f94b59e7ef22d7d56f124179828cbe3e8fe96bd
treecf4881865d19e094946248a0370dca77b409e471
parent3638f76a8aa229cae91dc0f16dbf7297f0cec725
Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a similar function to HPSF's HPSFPropertiesExtractor

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@685315 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/POIXMLDocument.java
src/ooxml/java/org/apache/poi/POIXMLProperties.java
src/ooxml/java/org/apache/poi/POIXMLPropertiesTextExtractor.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/POIXMLTextExtractor.java
src/ooxml/testcases/org/apache/poi/TestXMLPropertiesTextExtractor.java [new file with mode: 0644]