Uses of Class
org.xlsx4j.sml.CTHeaderFooter
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTHeaderFooter in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTHeaderFooter Modifier and Type Field Description protected CTHeaderFooterCTWorksheet. headerFooterMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTHeaderFooter Modifier and Type Method Description CTHeaderFooterCTWorksheet. getHeaderFooter()Gets the value of the headerFooter property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTHeaderFooter Modifier and Type Method Description voidCTWorksheet. setHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property. -
Uses of CTHeaderFooter in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTHeaderFooter Modifier and Type Field Description protected CTHeaderFooterCTChartsheet. headerFooterprotected CTHeaderFooterCTCustomChartsheetView. headerFooterprotected CTHeaderFooterCTCustomSheetView. headerFooterprotected CTHeaderFooterDialogsheet. headerFooterprotected CTHeaderFooterMacrosheet. headerFooterprotected CTHeaderFooterWorksheet. headerFooterMethods in org.xlsx4j.sml that return CTHeaderFooter Modifier and Type Method Description CTHeaderFooterObjectFactory. createCTHeaderFooter()Create an instance ofCTHeaderFooterCTHeaderFooterCTChartsheet. getHeaderFooter()Gets the value of the headerFooter property.CTHeaderFooterCTCustomChartsheetView. getHeaderFooter()Gets the value of the headerFooter property.CTHeaderFooterCTCustomSheetView. getHeaderFooter()Gets the value of the headerFooter property.CTHeaderFooterDialogsheet. getHeaderFooter()Gets the value of the headerFooter property.CTHeaderFooterMacrosheet. getHeaderFooter()Gets the value of the headerFooter property.CTHeaderFooterWorksheet. getHeaderFooter()Gets the value of the headerFooter property.Methods in org.xlsx4j.sml with parameters of type CTHeaderFooter Modifier and Type Method Description voidCTChartsheet. setHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.voidCTCustomChartsheetView. setHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.voidCTCustomSheetView. setHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.voidDialogsheet. setHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.voidMacrosheet. setHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.voidWorksheet. setHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.