diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-03-10 16:52:39 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-03-10 16:52:39 +0000 |
commit | 0187e10d3cb1a5a5c86cbc90f2b3b2b55c36cf7e (patch) | |
tree | 80c114a55cdf3643a6d16d4ae00ba02c53ed6970 | |
parent | 6c69e306537986779805a9865bb7cbea930dbad9 (diff) | |
download | poi-0187e10d3cb1a5a5c86cbc90f2b3b2b55c36cf7e.tar.gz poi-0187e10d3cb1a5a5c86cbc90f2b3b2b55c36cf7e.zip |
added package doc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352187 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | src/java/org/apache/poi/poifs/storage/package.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/poifs/storage/package.html b/src/java/org/apache/poi/poifs/storage/package.html new file mode 100755 index 0000000000..71f86f3959 --- /dev/null +++ b/src/java/org/apache/poi/poifs/storage/package.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +</head> +<body bgcolor="white"> + +storage package contains low level binary structures for POIFS's implementation of the OLE 2 +Compound Document Format. + +<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.poifs +@see org.apache.poi.poifs.filesystem +</body> +</html> |