Java org.apache.poi.ss.usermodel Footer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.usermodel Footer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.usermodel Footer.

The text is from its open source code.

Method

StringgetCenter()
Get the center of the footer.
StringgetLeft()
Get the left side of the footer.
StringgetRight()
Get the right side of the footer.
voidsetCenter(String newCenter)
Sets the center string.
voidsetLeft(String newLeft)
Sets the left string.
voidsetRight(String newRight)
Sets the right string.