Uses of Class
org.xlsx4j.sml.CTCellStyles
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTCellStyles in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCellStyles Modifier and Type Field Description protected CTCellStylesCTStylesheet. cellStylesMethods in org.xlsx4j.sml that return CTCellStyles Modifier and Type Method Description CTCellStylesObjectFactory. createCTCellStyles()Create an instance ofCTCellStylesCTCellStylesCTStylesheet. getCellStyles()Gets the value of the cellStyles property; the list of named cell style in this workbook.Methods in org.xlsx4j.sml with parameters of type CTCellStyles Modifier and Type Method Description voidCTStylesheet. setCellStyles(CTCellStyles value)Sets the value of the cellStyles property.