Package io.keikai.model
Interface SCFIcon
-
- All Known Implementing Classes:
CFIconImpl
public interface SCFIcon
Mixed-group (aka. custom) IconSet information in ConditionalFormatting.- Since:
- 5.7.0
- Author:
- henri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getIconId()
Returns the icon set id of this iconSIconSet.IconSetType
getType()
Returns the icon set name of this icon
-
-
-
Method Detail
-
getType
SIconSet.IconSetType getType()
Returns the icon set name of this icon
-
getIconId
Integer getIconId()
Returns the icon set id of this icon
-
-