git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353200
13f79535-47bb-0310-9956-
ffa450edef68
-
/* ====================================================================
* The Apache Software License, Version 1.1
*
* 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 {
* 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 {