mirror of https://github.com/apache/poi.git
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:
parent
190dec5874
commit
b666ed575b
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* ====================================================================
|
||||
* 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
|
||||
* fonts by using similar methods.
|
||||
* <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)
|
||||
*/
|
||||
public class HSSFFooter extends Object {
|
||||
|
|
|
@ -66,6 +66,9 @@ import org.apache.poi.hssf.record.HeaderRecord;
|
|||
* that return the characters used to represent these. One can also change the
|
||||
* fonts by using similar methods.
|
||||
* <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)
|
||||
*/
|
||||
public class HSSFHeader extends Object {
|
||||
|
|
Loading…
Reference in New Issue