Uses of Class
org.xlsx4j.sml.CTSheetFormatPr
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTSheetFormatPr Modifier and Type Field Description protected CTSheetFormatPrCTWorksheet. sheetFormatPrMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetFormatPr Modifier and Type Method Description CTSheetFormatPrCTWorksheet. getSheetFormatPr()Gets the value of the sheetFormatPr property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetFormatPr Modifier and Type Method Description voidCTWorksheet. setSheetFormatPr(CTSheetFormatPr value)Sets the value of the sheetFormatPr property. -
Uses of CTSheetFormatPr in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetFormatPr Modifier and Type Field Description protected CTSheetFormatPrDialogsheet. sheetFormatPrprotected CTSheetFormatPrMacrosheet. sheetFormatPrprotected CTSheetFormatPrWorksheet. sheetFormatPrMethods in org.xlsx4j.sml that return CTSheetFormatPr Modifier and Type Method Description CTSheetFormatPrObjectFactory. createCTSheetFormatPr()Create an instance ofCTSheetFormatPrCTSheetFormatPrDialogsheet. getSheetFormatPr()Gets the value of the sheetFormatPr property.CTSheetFormatPrMacrosheet. getSheetFormatPr()Gets the value of the sheetFormatPr property.CTSheetFormatPrWorksheet. getSheetFormatPr()Gets the value of the sheetFormatPr property.Methods in org.xlsx4j.sml with parameters of type CTSheetFormatPr Modifier and Type Method Description voidDialogsheet. 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.