public class TableStyleImpl extends AbstractTableStyleAdv
Constructor and Description |
---|
TableStyleImpl(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) |
public TableStyleImpl(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)
public String getName()
public STableStyleElem getWholeTableStyle()
public STableStyleElem getColStripe1Style()
public int getColStripe1Size()
public STableStyleElem getColStripe2Style()
public int getColStripe2Size()
public STableStyleElem getRowStripe1Style()
public int getRowStripe1Size()
public STableStyleElem getRowStripe2Style()
public int getRowStripe2Size()
public STableStyleElem getLastColumnStyle()
public STableStyleElem getFirstColumnStyle()
public STableStyleElem getHeaderRowStyle()
public STableStyleElem getTotalRowStyle()
public STableStyleElem getFirstHeaderCellStyle()
public STableStyleElem getLastHeaderCellStyle()
public STableStyleElem getFirstTotalCellStyle()
public STableStyleElem getLastTotalCellStyle()
Copyright © 2020. All rights reserved.