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

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

Introduction

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

The text is from its open source code.

Method

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