Uses of Class
org.xlsx4j.sml.CTSheetCalcPr
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTSheetCalcPr in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTSheetCalcPr Modifier and Type Field Description protected CTSheetCalcPrCTWorksheet. sheetCalcPrMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetCalcPr Modifier and Type Method Description CTSheetCalcPrCTWorksheet. getSheetCalcPr()Gets the value of the sheetCalcPr property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetCalcPr Modifier and Type Method Description voidCTWorksheet. setSheetCalcPr(CTSheetCalcPr value)Sets the value of the sheetCalcPr property. -
Uses of CTSheetCalcPr in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetCalcPr Modifier and Type Field Description protected CTSheetCalcPrWorksheet. sheetCalcPrMethods in org.xlsx4j.sml that return CTSheetCalcPr Modifier and Type Method Description CTSheetCalcPrObjectFactory. createCTSheetCalcPr()Create an instance ofCTSheetCalcPrCTSheetCalcPrWorksheet. getSheetCalcPr()Gets the value of the sheetCalcPr property.Methods in org.xlsx4j.sml with parameters of type CTSheetCalcPr Modifier and Type Method Description voidWorksheet. setSheetCalcPr(CTSheetCalcPr value)Sets the value of the sheetCalcPr property.