Uses of Class
org.apache.poi.ss.usermodel.CellPropertyType
-
Packages that use CellPropertyType Package Description org.apache.poi.ss.usermodel org.apache.poi.ss.util -
-
Uses of CellPropertyType in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return CellPropertyType Modifier and Type Method Description static CellPropertyTypeCellPropertyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CellPropertyType[]CellPropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CellPropertyType in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util with parameters of type CellPropertyType Modifier and Type Method Description BorderStylePropertyTemplate. getBorderStyle(int row, int col, CellPropertyType property)Retrieves the border style for a given cellBorderStylePropertyTemplate. getBorderStyle(CellAddress cell, CellPropertyType property)Retrieves the border style for a given cellshortPropertyTemplate. getTemplateProperty(int row, int col, CellPropertyType property)Retrieves the border style for a given cellshortPropertyTemplate. getTemplateProperty(CellAddress cell, CellPropertyType property)Retrieves the border style for a given cellstatic voidCellUtil. setCellStyleProperty(Cell cell, CellPropertyType property, java.lang.Object propertyValue)This method attempts to find an existing CellStyle that matches thecell's current style plus a single style propertypropertyNamewith valuepropertyValue.Method parameters in org.apache.poi.ss.util with type arguments of type CellPropertyType Modifier and Type Method Description static voidCellUtil. setCellStylePropertiesEnum(Cell cell, java.util.Map<CellPropertyType,java.lang.Object> properties)This method attempts to find an existing CellStyle that matches thecell's current style plus styles properties inproperties.
-