jxl
Class HeaderFooter
public final class HeaderFooter
extends jxl.biff.HeaderFooter
Class which represents an Excel header or footer.
HeaderFooter
public HeaderFooter()
Default constructor.
HeaderFooter
public HeaderFooter(String s)
Constructor used when reading workbooks to separate the left, right
a central part of the strings into their constituent parts
HeaderFooter
public HeaderFooter(HeaderFooter hf)
Copy constructor
clear
public void clear()
Clears the contents of the header/footer
getCentre
public HeaderFooter.Contents getCentre()
Accessor for the contents which in the centre of the page
- the centrally aligned contents
getLeft
public HeaderFooter.Contents getLeft()
Accessor for the contents which appear on the left hand side of the page
- the left aligned contents
getRight
public HeaderFooter.Contents getRight()
Accessor for the contents which appear on the right hand side of the page
- the right aligned contents
toString
public String toString()
Retrieves a String
ified
version of this object