Uses of Class
org.xlsx4j.sml.CTPageSetup
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTPageSetup Modifier and Type Field Description protected CTPageSetupCTWorksheet. pageSetupMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTPageSetup Modifier and Type Method Description CTPageSetupCTWorksheet. getPageSetup()Gets the value of the pageSetup property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTPageSetup Modifier and Type Method Description voidCTWorksheet. setPageSetup(CTPageSetup value)Sets the value of the pageSetup property. -
Uses of CTPageSetup in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPageSetup Modifier and Type Field Description protected CTPageSetupCTCustomSheetView. pageSetupprotected CTPageSetupDialogsheet. pageSetupprotected CTPageSetupMacrosheet. pageSetupprotected CTPageSetupWorksheet. pageSetupMethods in org.xlsx4j.sml that return CTPageSetup Modifier and Type Method Description CTPageSetupObjectFactory. createCTPageSetup()Create an instance ofCTPageSetupCTPageSetupCTCustomSheetView. getPageSetup()Gets the value of the pageSetup property.CTPageSetupDialogsheet. getPageSetup()Gets the value of the pageSetup property.CTPageSetupMacrosheet. getPageSetup()Gets the value of the pageSetup property.CTPageSetupWorksheet. getPageSetup()Gets the value of the pageSetup property.Methods in org.xlsx4j.sml with parameters of type CTPageSetup Modifier and Type Method Description voidCTCustomSheetView. 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.