Uses of Class
org.xlsx4j.sml.CTSheetFormatPr
Packages that use CTSheetFormatPr
-
Uses of CTSheetFormatPr in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTSheetFormatPrMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetFormatPrModifier and TypeMethodDescriptionCTWorksheet.getSheetFormatPr()Gets the value of the sheetFormatPr property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetFormatPrModifier and TypeMethodDescriptionvoidCTWorksheet.setSheetFormatPr(CTSheetFormatPr value) Sets the value of the sheetFormatPr property. -
Uses of CTSheetFormatPr in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetFormatPrModifier and TypeFieldDescriptionprotected CTSheetFormatPrDialogsheet.sheetFormatPrprotected CTSheetFormatPrMacrosheet.sheetFormatPrprotected CTSheetFormatPrWorksheet.sheetFormatPrMethods in org.xlsx4j.sml that return CTSheetFormatPrModifier and TypeMethodDescriptionObjectFactory.createCTSheetFormatPr()Create an instance ofCTSheetFormatPrDialogsheet.getSheetFormatPr()Gets the value of the sheetFormatPr property.Macrosheet.getSheetFormatPr()Gets the value of the sheetFormatPr property.Worksheet.getSheetFormatPr()Gets the value of the sheetFormatPr property.Methods in org.xlsx4j.sml with parameters of type CTSheetFormatPrModifier and TypeMethodDescriptionvoidDialogsheet.setSheetFormatPr(CTSheetFormatPr value) Sets the value of the sheetFormatPr property.voidMacrosheet.setSheetFormatPr(CTSheetFormatPr value) Sets the value of the sheetFormatPr property.voidWorksheet.setSheetFormatPr(CTSheetFormatPr value) Sets the value of the sheetFormatPr property.