Example usage for Java org.apache.poi.ss.usermodel Footer fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getCenter() Get the center of the footer. |
String | getLeft() Get the left side of the footer. |
String | getRight() Get the right side of the footer. |
void | setCenter(String newCenter) Sets the center string. |
void | setLeft(String newLeft) Sets the left string. |
void | setRight(String newRight) Sets the right string. |