Package io.keikai.model
Interface SFooter
-
- All Known Implementing Classes:
HeaderFooterImpl
public interface SFooter
The text in the footer.- Since:
- 3.5.0
- Author:
- Dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCenterText()
String
getLeftText()
String
getRightText()
void
setCenterText(String text)
void
setLeftText(String text)
void
setRightText(String text)
-