Package io.keikai.model.impl
Class AbstractCellStyleAdv
java.lang.Object
io.keikai.model.impl.AbstractCellStyleAdv
- All Implemented Interfaces:
SCellStyle,Serializable
- Direct Known Subclasses:
CellStyleImpl,ImmutableCellStyleImpl
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringgets the fillpattern background-image style for this style.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
AbstractCellStyleAdv
public AbstractCellStyleAdv()
-
-
Method Details
-
getFillPatternHtml
gets the fillpattern background-image style for this style.- Since:
- 3.7.0
-