Package org.apache.poi.ss.usermodel
Interface Footer
- All Superinterfaces:
HeaderFooter
- All Known Implementing Classes:
HSSFFooter,XSSFEvenFooter,XSSFFirstFooter,XSSFOddFooter
Common definition of a HSSF or XSSF page footer.
For a list of all the different fields that can be
placed into a footer, such as page number,
bold, underline etc, see
HeaderFooter.-
Method Details
-
getLeft
String getLeft()Get the left side of the footer.- Specified by:
getLeftin interfaceHeaderFooter- Returns:
- The string representing the left side.
-
setLeft
Sets the left string.- Specified by:
setLeftin interfaceHeaderFooter- Parameters:
newLeft- The string to set as the left side.
-
getCenter
String getCenter()Get the center of the footer.- Specified by:
getCenterin interfaceHeaderFooter- Returns:
- The string representing the center.
-
setCenter
Sets the center string.- Specified by:
setCenterin interfaceHeaderFooter- Parameters:
newCenter- The string to set as the center.
-
getRight
String getRight()Get the right side of the footer.- Specified by:
getRightin interfaceHeaderFooter- Returns:
- The string representing the right side.
-
setRight
Sets the right string.- Specified by:
setRightin interfaceHeaderFooter- Parameters:
newRight- The string to set as the right side.
-