Uses of Class
org.xlsx4j.sml.CTPageMargins
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTPageMargins in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTPageMargins Modifier and Type Field Description protected CTPageMarginsCTWorksheet. pageMarginsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTPageMargins Modifier and Type Method Description CTPageMarginsCTWorksheet. getPageMargins()Gets the value of the pageMargins property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTPageMargins Modifier and Type Method Description voidCTWorksheet. setPageMargins(CTPageMargins value)Sets the value of the pageMargins property. -
Uses of CTPageMargins in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPageMargins Modifier and Type Field Description protected CTPageMarginsCTChartsheet. pageMarginsprotected CTPageMarginsCTCustomChartsheetView. pageMarginsprotected CTPageMarginsCTCustomSheetView. pageMarginsprotected CTPageMarginsDialogsheet. pageMarginsprotected CTPageMarginsMacrosheet. pageMarginsprotected CTPageMarginsWorksheet. pageMarginsMethods in org.xlsx4j.sml that return CTPageMargins Modifier and Type Method Description CTPageMarginsObjectFactory. createCTPageMargins()Create an instance ofCTPageMarginsCTPageMarginsCTChartsheet. getPageMargins()Gets the value of the pageMargins property.CTPageMarginsCTCustomChartsheetView. getPageMargins()Gets the value of the pageMargins property.CTPageMarginsCTCustomSheetView. getPageMargins()Gets the value of the pageMargins property.CTPageMarginsDialogsheet. getPageMargins()Gets the value of the pageMargins property.CTPageMarginsMacrosheet. getPageMargins()Gets the value of the pageMargins property.CTPageMarginsWorksheet. getPageMargins()Gets the value of the pageMargins property.Methods in org.xlsx4j.sml with parameters of type CTPageMargins Modifier and Type Method Description voidCTChartsheet. setPageMargins(CTPageMargins value)Sets the value of the pageMargins property.voidCTCustomChartsheetView. setPageMargins(CTPageMargins value)Sets the value of the pageMargins property.voidCTCustomSheetView. setPageMargins(CTPageMargins value)Sets the value of the pageMargins property.voidDialogsheet. setPageMargins(CTPageMargins value)Sets the value of the pageMargins property.voidMacrosheet. setPageMargins(CTPageMargins value)Sets the value of the pageMargins property.voidWorksheet. setPageMargins(CTPageMargins value)Sets the value of the pageMargins property.