Added reference in docs on how to get an instance of header/footer.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shawn Laubach 2003-07-09 20:21:15 +00:00
parent 976db97d3c
commit 4f7b99a548
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,3 @@
/* ==================================================================== /* ====================================================================
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
@ -67,6 +66,9 @@ import org.apache.poi.hssf.record.FooterRecord;
* that return the characters used to represent these. One can also change the * that return the characters used to represent these. One can also change the
* fonts by using similar methods. * fonts by using similar methods.
* <P> * <P>
* To get an instance of HSSFFooter for a HSSFSheet is to call <a
* href="HSSFSheet.html#getFooter()">getFooter()</a> on the sheet.
* <p>
* @author Shawn Laubach (slaubach at apache dot org) * @author Shawn Laubach (slaubach at apache dot org)
*/ */
public class HSSFFooter extends Object { public class HSSFFooter extends Object {

View File

@ -66,6 +66,9 @@ import org.apache.poi.hssf.record.HeaderRecord;
* that return the characters used to represent these. One can also change the * that return the characters used to represent these. One can also change the
* fonts by using similar methods. * fonts by using similar methods.
* <P> * <P>
* To get an instance of HSSFHeader for a HSSFSheet is to call <a
* href="HSSFSheet.html#getHeader()">getHeader()</a> on the sheet.
* <p>
* @author Shawn Laubach (slaubach at apache dot org) * @author Shawn Laubach (slaubach at apache dot org)
*/ */
public class HSSFHeader extends Object { public class HSSFHeader extends Object {