Uses of Class
org.xlsx4j.sml.CTSheetPr
Packages that use CTSheetPr
-
Uses of CTSheetPr in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTSheetPrMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetPrModifier and TypeMethodDescriptionCTWorksheet.getSheetPr()Gets the value of the sheetPr property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetPrModifier and TypeMethodDescriptionvoidCTWorksheet.setSheetPr(CTSheetPr value) Sets the value of the sheetPr property. -
Uses of CTSheetPr in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetPrModifier and TypeFieldDescriptionprotected CTSheetPrDialogsheet.sheetPrprotected CTSheetPrMacrosheet.sheetPrprotected CTSheetPrWorksheet.sheetPrMethods in org.xlsx4j.sml that return CTSheetPrModifier and TypeMethodDescriptionObjectFactory.createCTSheetPr()Create an instance ofCTSheetPrDialogsheet.getSheetPr()Gets the value of the sheetPr property.Macrosheet.getSheetPr()Gets the value of the sheetPr property.Worksheet.getSheetPr()Gets the value of the sheetPr property.Methods in org.xlsx4j.sml with parameters of type CTSheetPrModifier and TypeMethodDescriptionvoidDialogsheet.setSheetPr(CTSheetPr value) Sets the value of the sheetPr property.voidMacrosheet.setSheetPr(CTSheetPr value) Sets the value of the sheetPr property.voidWorksheet.setSheetPr(CTSheetPr value) Sets the value of the sheetPr property.