Uses of Class
org.xlsx4j.sml.CTHeaderFooter
Packages that use CTHeaderFooter
-
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 CTHeaderFooterMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTHeaderFooterModifier and TypeMethodDescriptionCTWorksheet.getHeaderFooter()Gets the value of the headerFooter property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTHeaderFooterModifier and TypeMethodDescriptionvoidCTWorksheet.setHeaderFooter(CTHeaderFooter value) Sets the value of the headerFooter property. -
Uses of CTHeaderFooter in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTHeaderFooterModifier and TypeFieldDescriptionprotected CTHeaderFooterCTChartsheet.headerFooterprotected CTHeaderFooterCTCustomChartsheetView.headerFooterprotected CTHeaderFooterCTCustomSheetView.headerFooterprotected CTHeaderFooterDialogsheet.headerFooterprotected CTHeaderFooterMacrosheet.headerFooterprotected CTHeaderFooterWorksheet.headerFooterMethods in org.xlsx4j.sml that return CTHeaderFooterModifier and TypeMethodDescriptionObjectFactory.createCTHeaderFooter()Create an instance ofCTHeaderFooterCTChartsheet.getHeaderFooter()Gets the value of the headerFooter property.CTCustomChartsheetView.getHeaderFooter()Gets the value of the headerFooter property.CTCustomSheetView.getHeaderFooter()Gets the value of the headerFooter property.Dialogsheet.getHeaderFooter()Gets the value of the headerFooter property.Macrosheet.getHeaderFooter()Gets the value of the headerFooter property.Worksheet.getHeaderFooter()Gets the value of the headerFooter property.Methods in org.xlsx4j.sml with parameters of type CTHeaderFooterModifier and TypeMethodDescriptionvoidCTChartsheet.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.