SubtotalSetting
Inheritance: java.lang.Object
public class SubtotalSetting
Represents the setting of the subtotal .
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getGroupBy() | The field to group by, as a zero-based integer offset |
getSubtotalFunction() | The subtotal function. |
getSummaryBelowData() | Indicates whether add summary below data. |
getTotalList() | An array of zero-based field offsets, indicating the fields to which the subtotals are added. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getGroupBy()
public int getGroupBy()
The field to group by, as a zero-based integer offset
Returns: int
getSubtotalFunction()
public int getSubtotalFunction()
The subtotal function.
Returns: int
getSummaryBelowData()
public boolean getSummaryBelowData()
Indicates whether add summary below data.
Returns: boolean
getTotalList()
public int[] getTotalList()
An array of zero-based field offsets, indicating the fields to which the subtotals are added.
Returns: int[]
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |