public interface IconMultiStateFormatting
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | IconMultiStateFormatting.IconSet | 
| Modifier and Type | Method and Description | 
|---|---|
| ConditionalFormattingThreshold | createThreshold()Creates a new, empty Threshold | 
| IconMultiStateFormatting.IconSet | getIconSet()Get the Icon Set used | 
| ConditionalFormattingThreshold[] | getThresholds()Gets the list of thresholds | 
| boolean | isIconOnly()Should Icon + Value be displayed, or only the Icon? | 
| boolean | isReversed() | 
| void | setIconOnly(boolean only)Control if only the Icon is shown, or Icon + Value | 
| void | setIconSet(IconMultiStateFormatting.IconSet set)Changes the Icon Set used | 
| void | setReversed(boolean reversed) | 
| void | setThresholds(ConditionalFormattingThreshold[] thresholds)Sets the of thresholds. | 
IconMultiStateFormatting.IconSet getIconSet()
void setIconSet(IconMultiStateFormatting.IconSet set)
If the new Icon Set has a different number of icons to the old one, you must update the thresholds before saving!
boolean isIconOnly()
void setIconOnly(boolean only)
boolean isReversed()
void setReversed(boolean reversed)
ConditionalFormattingThreshold[] getThresholds()
void setThresholds(ConditionalFormattingThreshold[] thresholds)
IconMultiStateFormatting.IconSet.num for the current getIconSet()ConditionalFormattingThreshold createThreshold()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.