Class ColorFilter
java.lang.Object
com.independentsoft.office.spreadsheet.ColorFilter
The Class ColorFilter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the format id.booleanChecks if is cell color.voidsetCellColor(boolean cellColor)Sets the cell color.voidsetFormatID(int formatID)Sets the format id.toString()
-
Constructor Details
-
ColorFilter
public ColorFilter()Instantiates a new color filter.
-
-
Method Details
-
clone
-
toString
-
isCellColor
public boolean isCellColor()Checks if is cell color.- Returns:
- true, if is cell color
-
setCellColor
public void setCellColor(boolean cellColor)Sets the cell color.- Parameters:
cellColor- the new cell color
-
getFormatID
public int getFormatID()Gets the format id.- Returns:
- the format id
-
setFormatID
public void setFormatID(int formatID)Sets the format id.- Parameters:
formatID- the new format id
-