Package org.apache.poi.hssf.record.cf
Class IconMultiStateFormatting
java.lang.Object
org.apache.poi.hssf.record.cf.IconMultiStateFormatting
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
public final class IconMultiStateFormatting
extends Object
implements org.apache.poi.common.Duplicatable, GenericRecord
Icon / Multi-State Conditional Formatting Rule Record.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptioncopy()intbooleanbooleanvoidvoidsetIconOnly(boolean only) voidvoidsetReversed(boolean rev) voidsetThresholds(Threshold[] thresholds) toString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
IconMultiStateFormatting
public IconMultiStateFormatting() -
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) -
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
toString
-
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable
-
getDataLength
public int getDataLength() -
serialize
-