public interface HeaderFooter
Modifier and Type | Method and Description |
---|---|
String |
getCenter()
Get the center of the header or footer.
|
String |
getLeft()
Get the left side of the header or footer.
|
String |
getRight()
Get the right side of the header or 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 or footer.
|
String getLeft()
void setLeft(String newLeft)
newLeft
- The string to set as the left side.String getCenter()
void setCenter(String newCenter)
newCenter
- The string to set as the center.String getRight()
void setRight(String newRight)
newRight
- The string to set as the right side.Copyright © 2020. All rights reserved.