public class BookPivotArea
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addField(BookPivotField field)
Deprecated.
replaced by BookPivotRange.addField
|
BookPivotField |
getField(int i)
Returns the PivotRange field at the specified index within this area.
|
int |
getFieldCount()
Returns the number of fields in this area.
|
public void addField(BookPivotField field) throws java.lang.Exception
field
- The field that should be added to the area.java.lang.Exception
- if an error occurs.public BookPivotField getField(int i) throws java.lang.Exception
i
- The index of the desired field.java.lang.Exception
- if an error occurs.public int getFieldCount()