org.apache.poi.hssf.usermodel
Class HSSFHeader
java.lang.Object
org.apache.poi.hssf.usermodel.HeaderFooter
org.apache.poi.hssf.usermodel.HSSFHeader
- All Implemented Interfaces:
- Header, HeaderFooter
public final class HSSFHeader
- extends HeaderFooter
- implements Header
Class to read and manipulate the header.
The header works by having a left, center, and right side. The total cannot
be more that 255 bytes long. One uses this class by getting the HSSFHeader
from HSSFSheet and then getting or setting the left, center, and right side.
For special things (such as page numbers and date), one can use a the methods
that return the characters used to represent these. One can also change the
fonts by using similar methods.
- Author:
- Shawn Laubach (slaubach at apache dot org)
Methods inherited from class org.apache.poi.hssf.usermodel.HeaderFooter |
date, endBold, endDoubleUnderline, endUnderline, file, font, fontSize, getCenter, getLeft, getRight, numPages, page, setCenter, setLeft, setRight, startBold, startDoubleUnderline, startUnderline, stripFields, tab, time |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |