|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
System.Objectxl.biff.HeaderFooter
xl.HeaderFooter
Class which represents an Excel header or footer.
Nested Class Summary | |
static class |
HeaderFooter.Contents
The contents - a simple wrapper around a string buffer |
Constructor Summary | |
HeaderFooter()
Default constructor. |
|
HeaderFooter(HeaderFooter hf)
Copy constructor |
|
HeaderFooter(System.String s)
Constructor used when reading workbooks to separate the left, right a central part of the strings into their constituent parts |
Method Summary | |
void |
clear()
Clears the contents of the header/footer |
HeaderFooter.Contents |
getCenter()
Accessor for the contents which in the center of the page |
HeaderFooter.Contents |
getLeft()
Accessor for the contents which appear on the left hand side of the page |
HeaderFooter.Contents |
getRight()
Accessor for the contents which appear on the right hand side of the page |
System.String |
toString()
Retrieves a String ified
version of this object |
Methods inherited from class System.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HeaderFooter()
public HeaderFooter(HeaderFooter hf)
hf
- the item to copypublic HeaderFooter(System.String s)
s
- the header stringMethod Detail |
public System.String toString()
String
ified version of this object
public HeaderFooter.Contents getRight()
public HeaderFooter.Contents getCenter()
public HeaderFooter.Contents getLeft()
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |