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