Class HeaderFooterHelper
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.helpers.HeaderFooterHelper
-
public class HeaderFooterHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringHeaderFooterEntity_Datestatic StringHeaderFooterEntity_Filestatic StringHeaderFooterEntity_Time
-
Constructor Summary
Constructors Constructor Description HeaderFooterHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCenterSection(String string)StringgetLeftSection(String string)StringgetRightSection(String string)StringsetCenterSection(String string, String newCenter)StringsetLeftSection(String string, String newLeft)StringsetRightSection(String string, String newRight)
-
-
-
Field Detail
-
HeaderFooterEntity_File
public static final String HeaderFooterEntity_File
- See Also:
- Constant Field Values
-
HeaderFooterEntity_Date
public static final String HeaderFooterEntity_Date
- See Also:
- Constant Field Values
-
HeaderFooterEntity_Time
public static final String HeaderFooterEntity_Time
- See Also:
- Constant Field Values
-
-