PivotShowValuesSetting

Inheritance: java.lang.Object

public class PivotShowValuesSetting

Represents the settings about showing values as when the ShowDataAs calculation is in use.

Methods

MethodDescription
equals(Object arg0)
getBaseFieldIndex()Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use.
getBaseItemIndex()Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use.
getBaseItemPositionType()Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use.
getCalculationType()Represents how to show values of a data field in the pivot report.
getClass()
hashCode()
notify()
notifyAll()
setBaseFieldIndex(int value)Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use.
setBaseItemIndex(int value)Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use.
setBaseItemPositionType(int value)Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use.
setCalculationType(int value)Represents how to show values of a data field in the pivot report.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBaseFieldIndex()

public int getBaseFieldIndex()

Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use.

Returns: int

getBaseItemIndex()

public int getBaseItemIndex()

Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields.

Returns: int

getBaseItemPositionType()

public int getBaseItemPositionType()

Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. Because PivotItemPosition.Custom is only for read,if you need to set PivotItemPosition.Custom, please set PivotField.BaseItemIndex attribute.

See PivotItemPositionType.

Returns: int

getCalculationType()

public int getCalculationType()

Represents how to show values of a data field in the pivot report.

See PivotFieldDataDisplayFormat.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBaseFieldIndex(int value)

public void setBaseFieldIndex(int value)

Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use.

Parameters:

ParameterTypeDescription
valueint

setBaseItemIndex(int value)

public void setBaseItemIndex(int value)

Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields.

Parameters:

ParameterTypeDescription
valueint

setBaseItemPositionType(int value)

public void setBaseItemPositionType(int value)

Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. Because PivotItemPosition.Custom is only for read,if you need to set PivotItemPosition.Custom, please set PivotField.BaseItemIndex attribute.

See PivotItemPositionType.

Parameters:

ParameterTypeDescription
valueint

setCalculationType(int value)

public void setCalculationType(int value)

Represents how to show values of a data field in the pivot report.

See PivotFieldDataDisplayFormat.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int