Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the format by the index.
|
Method Summary | ||
---|---|---|
method | add() | |
Add a |
||
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | formatArea(axisType, fieldPosition, subtotalType, selectionType, isGrandRow, isGrandColumn, style) | |
Formats selected area.
|
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
int getCount()
PivotTableFormat get(index)
index
- The index.int add()
PivotTableFormat formatArea(axisType, fieldPosition, subtotalType, selectionType, isGrandRow, isGrandColumn, style)
axisType: int
- A fieldPosition: int
- Position of the field within the axis to which this rule applies.subtotalType: int
- A selectionType: int
- A isGrandRow: boolean
- Indicates whether selecting grand total rows.isGrandColumn: boolean
- Indicates whether selecting grand total columns.style: Style
- The style which appies to the area of the pivot table.clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)