Package io.keikai.model.impl
Class AbstractTableStyleInfoAdv
- java.lang.Object
-
- io.keikai.model.impl.AbstractTableStyleInfoAdv
-
- All Implemented Interfaces:
STableStyleInfo
,Serializable
,TableStyleInfo
- Direct Known Subclasses:
TableStyleInfoImpl
public abstract class AbstractTableStyleInfoAdv extends Object implements STableStyleInfo, Serializable
- Since:
- 3.9.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractTableStyleInfoAdv()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.keikai.model.STableStyleInfo
getName, getTableStyle, isShowColumnStripes, isShowFirstColumn, isShowLastColumn, isShowRowStripes, setName, setShowColumnStripes, setShowFirstColumn, setShowLastColumn, setShowRowStripes
-
Methods inherited from interface org.apache.poi.ss.usermodel.TableStyleInfo
getStyle
-
-