ConditionalFormattingResult

Inheritance: java.lang.Object

public class ConditionalFormattingResult

Represents the result of conditional formatting which applies to a cell.

Methods

MethodDescription
equals(Object arg0)
getClass()
getColorScaleResult()Gets the display color of color scale.
getConditionalFormattingColorScale()Gets the ColorScale object.
getConditionalFormattingDataBar()Gets the DataBar object.
getConditionalFormattingIcon()Gets the image of icon set.
getConditionalStyle()Gets the conditional result style.
hashCode()
notify()
notifyAll()
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

getColorScaleResult()

public Color getColorScaleResult()

Gets the display color of color scale.

Returns: Color

getConditionalFormattingColorScale()

public ColorScale getConditionalFormattingColorScale()

Gets the ColorScale object.

Returns: ColorScale

getConditionalFormattingDataBar()

public DataBar getConditionalFormattingDataBar()

Gets the DataBar object.

Returns: DataBar

getConditionalFormattingIcon()

public ConditionalFormattingIcon getConditionalFormattingIcon()

Gets the image of icon set.

Returns: ConditionalFormattingIcon

getConditionalStyle()

public Style getConditionalStyle()

Gets the conditional result style.

Returns: Style

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int