Uses of Class
org.xlsx4j.sml.CTSheetPr
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTSheetPr Modifier and Type Field Description protected CTSheetPrCTWorksheet. sheetPrMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetPr Modifier and Type Method Description CTSheetPrCTWorksheet. getSheetPr()Gets the value of the sheetPr property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetPr Modifier and Type Method Description voidCTWorksheet. setSheetPr(CTSheetPr value)Sets the value of the sheetPr property. -
Uses of CTSheetPr in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetPr Modifier and Type Field Description protected CTSheetPrDialogsheet. sheetPrprotected CTSheetPrMacrosheet. sheetPrprotected CTSheetPrWorksheet. sheetPrMethods in org.xlsx4j.sml that return CTSheetPr Modifier and Type Method Description CTSheetPrObjectFactory. createCTSheetPr()Create an instance ofCTSheetPrCTSheetPrDialogsheet. getSheetPr()Gets the value of the sheetPr property.CTSheetPrMacrosheet. getSheetPr()Gets the value of the sheetPr property.CTSheetPrWorksheet. getSheetPr()Gets the value of the sheetPr property.Methods in org.xlsx4j.sml with parameters of type CTSheetPr Modifier and Type Method Description voidDialogsheet. 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.