Uses of Class
org.xlsx4j.sml.CTPageMargins
Packages that use CTPageMargins
-
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 CTPageMarginsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTPageMarginsModifier and TypeMethodDescriptionCTWorksheet.getPageMargins()Gets the value of the pageMargins property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTPageMarginsModifier and TypeMethodDescriptionvoidCTWorksheet.setPageMargins(CTPageMargins value) Sets the value of the pageMargins property. -
Uses of CTPageMargins in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPageMarginsModifier and TypeFieldDescriptionprotected CTPageMarginsCTChartsheet.pageMarginsprotected CTPageMarginsCTCustomChartsheetView.pageMarginsprotected CTPageMarginsCTCustomSheetView.pageMarginsprotected CTPageMarginsDialogsheet.pageMarginsprotected CTPageMarginsMacrosheet.pageMarginsprotected CTPageMarginsWorksheet.pageMarginsMethods in org.xlsx4j.sml that return CTPageMarginsModifier and TypeMethodDescriptionObjectFactory.createCTPageMargins()Create an instance ofCTPageMarginsCTChartsheet.getPageMargins()Gets the value of the pageMargins property.CTCustomChartsheetView.getPageMargins()Gets the value of the pageMargins property.CTCustomSheetView.getPageMargins()Gets the value of the pageMargins property.Dialogsheet.getPageMargins()Gets the value of the pageMargins property.Macrosheet.getPageMargins()Gets the value of the pageMargins property.Worksheet.getPageMargins()Gets the value of the pageMargins property.Methods in org.xlsx4j.sml with parameters of type CTPageMarginsModifier and TypeMethodDescriptionvoidCTChartsheet.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.