javadoc package descriptions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc79cec11e
commit
626bfa9fdd
20
src/java/org/apache/poi/poifs/dev/package.html
Executable file
20
src/java/org/apache/poi/poifs/dev/package.html
Executable file
@ -0,0 +1,20 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
</head>
|
||||||
|
<body bgcolor="white">
|
||||||
|
|
||||||
|
DEV package serves two purposes. 1. Examples for how to use POIFS and 2. tools for developing
|
||||||
|
and validating POIFS.
|
||||||
|
|
||||||
|
<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
|
||||||
|
</body>
|
||||||
|
</html>
|
19
src/java/org/apache/poi/poifs/property/package.html
Executable file
19
src/java/org/apache/poi/poifs/property/package.html
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
</head>
|
||||||
|
<body bgcolor="white">
|
||||||
|
|
||||||
|
property package contains high and low level Property structures for POIFS.
|
||||||
|
|
||||||
|
<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.filesystem
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user