|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.HeaderFooter
jxl.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(java.lang.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 |
protected HeaderFooter.Contents |
createContents()
Creates internal class of the appropriate type |
protected HeaderFooter.Contents |
createContents(HeaderFooter.Contents c)
Creates internal class of the appropriate type |
protected HeaderFooter.Contents |
createContents(java.lang.String s)
Creates internal class of the appropriate type |
HeaderFooter.Contents |
getCentre()
Accessor for the contents which in the centre 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 |
java.lang.String |
toString()
Retrieves a Stringified
version of this object |
| Methods inherited from class jxl.biff.HeaderFooter |
getCentreText, getLeftText, getRightText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HeaderFooter()
public HeaderFooter(HeaderFooter hf)
public HeaderFooter(java.lang.String s)
| Method Detail |
public java.lang.String toString()
Stringified
version of this object
toString in class HeaderFooterpublic HeaderFooter.Contents getRight()
public HeaderFooter.Contents getCentre()
public HeaderFooter.Contents getLeft()
public void clear()
clear in class HeaderFooterprotected HeaderFooter.Contents createContents()
createContents in class HeaderFooterprotected HeaderFooter.Contents createContents(java.lang.String s)
createContents in class HeaderFooterprotected HeaderFooter.Contents createContents(HeaderFooter.Contents c)
createContents in class HeaderFooter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||