Uses of Class
org.xlsx4j.sml.CTPageSetup
Packages that use CTPageSetup
-
Uses of CTPageSetup in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTPageSetupMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTPageSetupModifier and TypeMethodDescriptionCTWorksheet.getPageSetup()Gets the value of the pageSetup property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTPageSetupModifier and TypeMethodDescriptionvoidCTWorksheet.setPageSetup(CTPageSetup value) Sets the value of the pageSetup property. -
Uses of CTPageSetup in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPageSetupModifier and TypeFieldDescriptionprotected CTPageSetupCTCustomSheetView.pageSetupprotected CTPageSetupDialogsheet.pageSetupprotected CTPageSetupMacrosheet.pageSetupprotected CTPageSetupWorksheet.pageSetupMethods in org.xlsx4j.sml that return CTPageSetupModifier and TypeMethodDescriptionObjectFactory.createCTPageSetup()Create an instance ofCTPageSetupCTCustomSheetView.getPageSetup()Gets the value of the pageSetup property.Dialogsheet.getPageSetup()Gets the value of the pageSetup property.Macrosheet.getPageSetup()Gets the value of the pageSetup property.Worksheet.getPageSetup()Gets the value of the pageSetup property.Methods in org.xlsx4j.sml with parameters of type CTPageSetupModifier and TypeMethodDescriptionvoidCTCustomSheetView.setPageSetup(CTPageSetup value) Sets the value of the pageSetup property.voidDialogsheet.setPageSetup(CTPageSetup value) Sets the value of the pageSetup property.voidMacrosheet.setPageSetup(CTPageSetup value) Sets the value of the pageSetup property.voidWorksheet.setPageSetup(CTPageSetup value) Sets the value of the pageSetup property.