diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-03-10 16:48:03 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-03-10 16:48:03 +0000 |
commit | 28aa7503078f1f9727227ff3076e5b7e3199cdd9 (patch) | |
tree | 8c2cdd984121b7ae1d888ce4b67d9add1bbd782e /src/java/org/apache/poi/poifs | |
parent | 2e47d55d559463fcc0315f2b8d79bce8339701c9 (diff) | |
download | poi-28aa7503078f1f9727227ff3076e5b7e3199cdd9.tar.gz poi-28aa7503078f1f9727227ff3076e5b7e3199cdd9.zip |
javadoc pacakge file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352185 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/poifs')
-rwxr-xr-x | src/java/org/apache/poi/poifs/package.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/poifs/package.html b/src/java/org/apache/poi/poifs/package.html new file mode 100755 index 0000000000..7e32376d53 --- /dev/null +++ b/src/java/org/apache/poi/poifs/package.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +</head> +<body bgcolor="white"> + +Poor Obfuscation Implementation FileSystem APIs implement the OLE 2 Compound Document format in +pure Java. All POI subprojects are based upon this API. + +<h2>Related Documentation</h2> + +For overviews, tutorials, examples, guides, and tool documentation, please see: +<ul> +<li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a> +</ul> + +<!-- Put @see and @since tags down here. --> +@see org.apache.poi.hssf +@see org.apache.poi.hpsf +</body> +</html> |