Class IconFilter
java.lang.Object
com.independentsoft.office.spreadsheet.IconFilter
The Class IconFilter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the icon id.Gets the icon set type.voidsetIconID(int iconID)Sets the icon id.voidsetIconSetType(IconSetType iconSetType)Sets the icon set type.toString()
-
Constructor Details
-
IconFilter
public IconFilter()Instantiates a new icon filter.
-
-
Method Details
-
clone
-
toString
-
getIconID
public int getIconID()Gets the icon id.- Returns:
- the icon id
-
setIconID
public void setIconID(int iconID)Sets the icon id.- Parameters:
iconID- the new icon id
-
getIconSetType
Gets the icon set type.- Returns:
- the icon set type
-
setIconSetType
Sets the icon set type.- Parameters:
iconSetType- the new icon set type
-