Uses of Class
org.xlsx4j.sml.CTCsPageSetup
Packages that use CTCsPageSetup
-
Uses of CTCsPageSetup in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCsPageSetupModifier and TypeFieldDescriptionprotected CTCsPageSetupCTChartsheet.pageSetupprotected CTCsPageSetupCTCustomChartsheetView.pageSetupMethods in org.xlsx4j.sml that return CTCsPageSetupModifier and TypeMethodDescriptionObjectFactory.createCTCsPageSetup()Create an instance ofCTCsPageSetupCTChartsheet.getPageSetup()Gets the value of the pageSetup property.CTCustomChartsheetView.getPageSetup()Gets the value of the pageSetup property.Methods in org.xlsx4j.sml with parameters of type CTCsPageSetupModifier and TypeMethodDescriptionvoidCTChartsheet.setPageSetup(CTCsPageSetup value) Sets the value of the pageSetup property.voidCTCustomChartsheetView.setPageSetup(CTCsPageSetup value) Sets the value of the pageSetup property.