diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-03-10 16:53:50 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-03-10 16:53:50 +0000 |
commit | 392a1fd626e18bbd2e5de4a457dbcae3a94e3b54 (patch) | |
tree | 14f2a9328dfbeec2ccd3bcb0d1c6677bd11c6192 /src | |
parent | 0187e10d3cb1a5a5c86cbc90f2b3b2b55c36cf7e (diff) | |
download | poi-392a1fd626e18bbd2e5de4a457dbcae3a94e3b54.tar.gz poi-392a1fd626e18bbd2e5de4a457dbcae3a94e3b54.zip |
packge docs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rwxr-xr-x | src/java/org/apache/poi/poifs/filesystem/package.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/poifs/filesystem/package.html b/src/java/org/apache/poi/poifs/filesystem/package.html new file mode 100755 index 0000000000..bd96d14134 --- /dev/null +++ b/src/java/org/apache/poi/poifs/filesystem/package.html @@ -0,0 +1,19 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +</head> +<body bgcolor="white"> + +filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. + +<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.eventfilesystem +</body> +</html> |