PivotTableFormat

Inheritance: java.lang.Object

public class PivotTableFormat

Represents the format defined in the PivotTable.

Methods

MethodDescription
equals(Object arg0)
getClass()
getPivotArea()Gets the pivot area.
getStyle()Gets the formatted style.
hashCode()
notify()
notifyAll()
setStyle(Style style)Sets the style of the pivot area.
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

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getPivotArea()

public PivotArea getPivotArea()

Gets the pivot area.

Returns: PivotArea

getStyle()

public Style getStyle()

Gets the formatted style.

Returns: Style -

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setStyle(Style style)

public void setStyle(Style style)

Sets the style of the pivot area.

Parameters:

ParameterTypeDescription
styleStyle

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