Package io.keikai.model
Interface SHeader
-
- All Known Implementing Classes:
HeaderFooterImpl
public interface SHeader
The text in the header.- 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)
-