Uses of Class
org.xlsx4j.sml.CTCsPageSetup
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTCsPageSetup in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCsPageSetup Modifier and Type Field Description protected CTCsPageSetupCTChartsheet. pageSetupprotected CTCsPageSetupCTCustomChartsheetView. pageSetupMethods in org.xlsx4j.sml that return CTCsPageSetup Modifier and Type Method Description CTCsPageSetupObjectFactory. createCTCsPageSetup()Create an instance ofCTCsPageSetupCTCsPageSetupCTChartsheet. getPageSetup()Gets the value of the pageSetup property.CTCsPageSetupCTCustomChartsheetView. getPageSetup()Gets the value of the pageSetup property.Methods in org.xlsx4j.sml with parameters of type CTCsPageSetup Modifier and Type Method Description voidCTChartsheet. setPageSetup(CTCsPageSetup value)Sets the value of the pageSetup property.voidCTCustomChartsheetView. setPageSetup(CTCsPageSetup value)Sets the value of the pageSetup property.