DataBarBorder

Inheritance: java.lang.Object

public class DataBarBorder

Represents the border of the data bars specified by a conditional formatting rule.

Methods

MethodDescription
equals(Object arg0)
getClass()
getColor()Gets the border’s color of data bars specified by a conditional formatting rule.
getType()Gets the border’s type of data bars specified by a conditional formatting rule.
hashCode()
notify()
notifyAll()
setColor(Color value)Sets the border’s color of data bars specified by a conditional formatting rule.
setType(int value)Sets the border’s type of data bars specified by a conditional formatting rule.
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

getColor()

public Color getColor()

Gets the border’s color of data bars specified by a conditional formatting rule.

Returns: Color

getType()

public int getType()

Gets the border’s type of data bars specified by a conditional formatting rule.

See DataBarBorderType.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setColor(Color value)

public void setColor(Color value)

Sets the border’s color of data bars specified by a conditional formatting rule.

Parameters:

ParameterTypeDescription
valueColor

setType(int value)

public void setType(int value)

Sets the border’s type of data bars specified by a conditional formatting rule.

See DataBarBorderType.

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