Package org.apache.poi.hssf.record.cf
Class IconMultiStateFormatting
java.lang.Object
org.apache.poi.hssf.record.cf.IconMultiStateFormatting
- All Implemented Interfaces:
Cloneable
Icon / Multi-State Conditional Formatting Rule Record.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
boolean
boolean
void
void
setIconOnly
(boolean only) void
void
setReversed
(boolean rev) void
setThresholds
(Threshold[] thresholds) toString()
-
Constructor Details
-
IconMultiStateFormatting
public IconMultiStateFormatting() -
IconMultiStateFormatting
-
-
Method Details
-
getIconSet
-
setIconSet
-
getThresholds
-
setThresholds
-
isIconOnly
public boolean isIconOnly() -
setIconOnly
public void setIconOnly(boolean only) -
isReversed
public boolean isReversed() -
setReversed
public void setReversed(boolean rev) -
toString
-
clone
-
getDataLength
public int getDataLength() -
serialize
-