com.aspose.cells
Class TableStyleElementType

java.lang.Object
    extended by com.aspose.cells.TableStyleElementType

public class TableStyleElementType 
extends java.lang.Object

Utility class containing constants. Represents the Table or PivotTable style element type.

Field Summary
static final intBLANK_ROW
           Table style element that applies to PivotTable's blank rows.
static final intFIRST_COLUMN
           Table style element that applies to table's first column.
static final intFIRST_COLUMN_STRIPE
           Table style element that applies to table's first column stripes.
static final intFIRST_COLUMN_SUBHEADING
           Table style element that applies to PivotTable's first column subheading.
static final intFIRST_HEADER_CELL
           Table style element that applies to table's first header row cell.
static final intFIRST_ROW_STRIPE
           Table style element that applies to table's first row stripes.
static final intFIRST_ROW_SUBHEADING
           Table style element that applies to PivotTable's first row subheading.
static final intFIRST_SUBTOTAL_COLUMN
           Table style element that applies to PivotTable's first subtotal column.
static final intFIRST_SUBTOTAL_ROW
           Table style element that applies to pivot table's first subtotal row.
static final intGRAND_TOTAL_COLUMN
           Table style element that applies to pivot table's grand total column.
static final intGRAND_TOTAL_ROW
           Table style element that applies to pivot table's grand total row.
static final intFIRST_TOTAL_CELL
           Table style element that applies to table's first total row cell.
static final intHEADER_ROW
           Table style element that applies to table's header row.
static final intLAST_COLUMN
           Table style element that applies to table's last column.
static final intLAST_HEADER_CELL
           Table style element that applies to table's last header row cell.
static final intLAST_TOTAL_CELL
           Table style element that applies to table's last total row cell.
static final intPAGE_FIELD_LABELS
           Table style element that applies to pivot table's page field labels.
static final intPAGE_FIELD_VALUES
           Table style element that applies to pivot table's page field values.
static final intSECOND_COLUMN_STRIPE
           Table style element that applies to table's second column stripes.
static final intSECOND_COLUMN_SUBHEADING
           Table style element that applies to pivot table's second column subheading.
static final intSECOND_ROW_STRIPE
           Table style element that applies to table's second row stripes.
static final intSECOND_ROW_SUBHEADING
           Table style element that applies to pivot table's second row subheading.
static final intSECOND_SUBTOTAL_COLUMN
           Table style element that applies to PivotTable's second subtotal column.
static final intSECOND_SUBTOTAL_ROW
           Table style element that applies to PivotTable's second subtotal row.
static final intTHIRD_COLUMN_SUBHEADING
           Table style element that applies to PivotTable's third column subheading.
static final intTHIRD_ROW_SUBHEADING
           Table style element that applies to PivotTable's third row subheading.
static final intTHIRD_SUBTOTAL_COLUMN
           Table style element that applies to pivot table's third subtotal column.
static final intTHIRD_SUBTOTAL_ROW
           Table style element that applies to PivotTable's third subtotal row.
static final intTOTAL_ROW
           Table style element that applies to table's total row.
static final intWHOLE_TABLE
           Table style element that applies to table's entire content.
 

Field Detail

BLANK_ROW

public static final int BLANK_ROW
Table style element that applies to PivotTable's blank rows.

FIRST_COLUMN

public static final int FIRST_COLUMN
Table style element that applies to table's first column.

FIRST_COLUMN_STRIPE

public static final int FIRST_COLUMN_STRIPE
Table style element that applies to table's first column stripes.

FIRST_COLUMN_SUBHEADING

public static final int FIRST_COLUMN_SUBHEADING
Table style element that applies to PivotTable's first column subheading.

FIRST_HEADER_CELL

public static final int FIRST_HEADER_CELL
Table style element that applies to table's first header row cell.

FIRST_ROW_STRIPE

public static final int FIRST_ROW_STRIPE
Table style element that applies to table's first row stripes.

FIRST_ROW_SUBHEADING

public static final int FIRST_ROW_SUBHEADING
Table style element that applies to PivotTable's first row subheading.

FIRST_SUBTOTAL_COLUMN

public static final int FIRST_SUBTOTAL_COLUMN
Table style element that applies to PivotTable's first subtotal column.

FIRST_SUBTOTAL_ROW

public static final int FIRST_SUBTOTAL_ROW
Table style element that applies to pivot table's first subtotal row.

GRAND_TOTAL_COLUMN

public static final int GRAND_TOTAL_COLUMN
Table style element that applies to pivot table's grand total column.

GRAND_TOTAL_ROW

public static final int GRAND_TOTAL_ROW
Table style element that applies to pivot table's grand total row.

FIRST_TOTAL_CELL

public static final int FIRST_TOTAL_CELL
Table style element that applies to table's first total row cell.

HEADER_ROW

public static final int HEADER_ROW
Table style element that applies to table's header row.

LAST_COLUMN

public static final int LAST_COLUMN
Table style element that applies to table's last column.

LAST_HEADER_CELL

public static final int LAST_HEADER_CELL
Table style element that applies to table's last header row cell.

LAST_TOTAL_CELL

public static final int LAST_TOTAL_CELL
Table style element that applies to table's last total row cell.

PAGE_FIELD_LABELS

public static final int PAGE_FIELD_LABELS
Table style element that applies to pivot table's page field labels.

PAGE_FIELD_VALUES

public static final int PAGE_FIELD_VALUES
Table style element that applies to pivot table's page field values.

SECOND_COLUMN_STRIPE

public static final int SECOND_COLUMN_STRIPE
Table style element that applies to table's second column stripes.

SECOND_COLUMN_SUBHEADING

public static final int SECOND_COLUMN_SUBHEADING
Table style element that applies to pivot table's second column subheading.

SECOND_ROW_STRIPE

public static final int SECOND_ROW_STRIPE
Table style element that applies to table's second row stripes.

SECOND_ROW_SUBHEADING

public static final int SECOND_ROW_SUBHEADING
Table style element that applies to pivot table's second row subheading.

SECOND_SUBTOTAL_COLUMN

public static final int SECOND_SUBTOTAL_COLUMN
Table style element that applies to PivotTable's second subtotal column.

SECOND_SUBTOTAL_ROW

public static final int SECOND_SUBTOTAL_ROW
Table style element that applies to PivotTable's second subtotal row.

THIRD_COLUMN_SUBHEADING

public static final int THIRD_COLUMN_SUBHEADING
Table style element that applies to PivotTable's third column subheading.

THIRD_ROW_SUBHEADING

public static final int THIRD_ROW_SUBHEADING
Table style element that applies to PivotTable's third row subheading.

THIRD_SUBTOTAL_COLUMN

public static final int THIRD_SUBTOTAL_COLUMN
Table style element that applies to pivot table's third subtotal column.

THIRD_SUBTOTAL_ROW

public static final int THIRD_SUBTOTAL_ROW
Table style element that applies to PivotTable's third subtotal row.

TOTAL_ROW

public static final int TOTAL_ROW
Table style element that applies to table's total row.

WHOLE_TABLE

public static final int WHOLE_TABLE
Table style element that applies to table's entire content.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.