Save This Page
Home » jexcelapi_2_6_8 » jxl » [javadoc | source]
jxl
public final class: HeaderFooter [javadoc | source]
java.lang.Object
   jxl.biff.HeaderFooter
      jxl.HeaderFooter
Class which represents an Excel header or footer.
Nested Class Summary:
public static class  HeaderFooter.Contents  The contents - a simple wrapper around a string buffer 
Constructor:
 public HeaderFooter() 
 public HeaderFooter(HeaderFooter hf) 
    Copy constructor
    Parameters:
    hf - the item to copy
 public HeaderFooter(String s) 
    Constructor used when reading workbooks to separate the left, right a central part of the strings into their constituent parts
    Parameters:
    s - the header string
Method from jxl.HeaderFooter Summary:
clear,   createContents,   createContents,   createContents,   getCentre,   getLeft,   getRight,   toString
Methods from jxl.biff.HeaderFooter:
clear,   createContents,   createContents,   createContents,   getCentreText,   getLeftText,   getRightText,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.HeaderFooter Detail:
 public  void clear() 
    Clears the contents of the header/footer
 protected HeaderFooter.Contents createContents() 
    Creates internal class of the appropriate type
 protected HeaderFooter.Contents createContents(String s) 
    Creates internal class of the appropriate type
 protected HeaderFooter.Contents createContents(HeaderFooter.Contents c) 
    Creates internal class of the appropriate type
 public HeaderFooter.Contents getCentre() 
    Accessor for the contents which in the centre of the page
 public HeaderFooter.Contents getLeft() 
    Accessor for the contents which appear on the left hand side of the page
 public HeaderFooter.Contents getRight() 
    Accessor for the contents which appear on the right hand side of the page
 public String toString() 
    Retrieves a Stringified version of this object