Package io.keikai.model
Interface SConditionalStyle
-
- All Superinterfaces:
SCellStyle,SExtraStyle
- All Known Implementing Classes:
ConditionalStyleImpl
public interface SConditionalStyle extends SExtraStyle
Extra embedded style for SConditonalFormatting.- Author:
- henri
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.SCellStyle
SCellStyle.Alignment, SCellStyle.VerticalAlignment
-
-
Field Summary
-
Fields inherited from interface io.keikai.model.SCellStyle
FORMAT_GENERAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.DoublegetBarPercent()SColorScalegetColorScale()SDataBargetDataBar()SIconSetgetIconSet()java.lang.IntegergetIconSetId()-
Methods inherited from interface io.keikai.model.SCellStyle
copyFrom, getAlignment, getBackColor, getBorder, getBorderBottom, getBorderBottomColor, getBorderDiagonal, getBorderDiagonalColor, getBorderHorizontal, getBorderHorizontalColor, getBorderLeft, getBorderLeftColor, getBorderRight, getBorderRightColor, getBorderTop, getBorderTopColor, getBorderVertical, getBorderVerticalColor, getDataFormat, getFill, getFillColor, getFillPattern, getFont, getIndention, getRotation, getVerticalAlignment, isDirectDataFormat, isHidden, isLocked, isShowDiagonalDownBorder, isShowDiagonalUpBorder, isWrapText, setAlignment, setBackColor, setBorderBottom, setBorderBottom, setBorderBottomColor, setBorderDiagonal, setBorderDiagonal, setBorderDiagonalColor, setBorderHorizontal, setBorderHorizontal, setBorderHorizontalColor, setBorderLeft, setBorderLeft, setBorderLeftColor, setBorderRight, setBorderRight, setBorderRightColor, setBorderTop, setBorderTop, setBorderTopColor, setBorderVertical, setBorderVertical, setBorderVerticalColor, setDataFormat, setDirectDataFormat, setFillColor, setFillPattern, setFont, setHidden, setIndention, setLocked, setRotation, setVerticalAlignment, setWrapText
-
-
-
-
Method Detail
-
getColorScale
SColorScale getColorScale()
-
getDataBar
SDataBar getDataBar()
-
getBarPercent
java.lang.Double getBarPercent()
-
getIconSet
SIconSet getIconSet()
-
getIconSetId
java.lang.Integer getIconSetId()
-
-