Package io.keikai.model.impl
Class TableStyleImpl
- java.lang.Object
-
- io.keikai.model.impl.AbstractTableStyleAdv
-
- io.keikai.model.impl.TableStyleImpl
-
- All Implemented Interfaces:
STableStyle,java.io.Serializable,org.apache.poi.ss.usermodel.TableStyle
- Direct Known Subclasses:
TableStyleNone
public class TableStyleImpl extends AbstractTableStyleAdv
- Since:
- 3.8.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableStyleImpl(java.lang.String name, STableStyleElem wholeTable, STableStyleElem colStripe1, int colStripe1Size, STableStyleElem colStripe2, int colStripe2Size, STableStyleElem rowStripe1, int rowStripe1Size, STableStyleElem rowStripe2, int rowStripe2Size, STableStyleElem lastCol, STableStyleElem firstCol, STableStyleElem headerRow, STableStyleElem totalRow, STableStyleElem firstHeaderCell, STableStyleElem lastHeaderCell, STableStyleElem firstTotalCell, STableStyleElem lastTotalCell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColStripe1Size()STableStyleElemgetColStripe1Style()intgetColStripe2Size()STableStyleElemgetColStripe2Style()STableStyleElemgetFirstColumnStyle()STableStyleElemgetFirstHeaderCellStyle()STableStyleElemgetFirstTotalCellStyle()STableStyleElemgetHeaderRowStyle()intgetIndex()STableStyleElemgetLastColumnStyle()STableStyleElemgetLastHeaderCellStyle()STableStyleElemgetLastTotalCellStyle()java.lang.StringgetName()intgetRowStripe1Size()STableStyleElemgetRowStripe1Style()intgetRowStripe2Size()STableStyleElemgetRowStripe2Style()org.apache.poi.ss.usermodel.DifferentialStyleProvidergetStyle(org.apache.poi.ss.usermodel.TableStyleType type)STableStyleElemgetTotalRowStyle()STableStyleElemgetWholeTableStyle()booleanisBuiltin()
-
-
-
Constructor Detail
-
TableStyleImpl
public TableStyleImpl(java.lang.String name, STableStyleElem wholeTable, STableStyleElem colStripe1, int colStripe1Size, STableStyleElem colStripe2, int colStripe2Size, STableStyleElem rowStripe1, int rowStripe1Size, STableStyleElem rowStripe2, int rowStripe2Size, STableStyleElem lastCol, STableStyleElem firstCol, STableStyleElem headerRow, STableStyleElem totalRow, STableStyleElem firstHeaderCell, STableStyleElem lastHeaderCell, STableStyleElem firstTotalCell, STableStyleElem lastTotalCell)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getWholeTableStyle
public STableStyleElem getWholeTableStyle()
-
getColStripe1Style
public STableStyleElem getColStripe1Style()
-
getColStripe1Size
public int getColStripe1Size()
-
getColStripe2Style
public STableStyleElem getColStripe2Style()
-
getColStripe2Size
public int getColStripe2Size()
-
getRowStripe1Style
public STableStyleElem getRowStripe1Style()
-
getRowStripe1Size
public int getRowStripe1Size()
-
getRowStripe2Style
public STableStyleElem getRowStripe2Style()
-
getRowStripe2Size
public int getRowStripe2Size()
-
getLastColumnStyle
public STableStyleElem getLastColumnStyle()
-
getFirstColumnStyle
public STableStyleElem getFirstColumnStyle()
-
getHeaderRowStyle
public STableStyleElem getHeaderRowStyle()
-
getTotalRowStyle
public STableStyleElem getTotalRowStyle()
-
getFirstHeaderCellStyle
public STableStyleElem getFirstHeaderCellStyle()
-
getLastHeaderCellStyle
public STableStyleElem getLastHeaderCellStyle()
-
getFirstTotalCellStyle
public STableStyleElem getFirstTotalCellStyle()
-
getLastTotalCellStyle
public STableStyleElem getLastTotalCellStyle()
-
getIndex
public int getIndex()
-
isBuiltin
public boolean isBuiltin()
-
getStyle
public org.apache.poi.ss.usermodel.DifferentialStyleProvider getStyle(org.apache.poi.ss.usermodel.TableStyleType type)
-
-