CellBorderType

Inheritance: java.lang.Object

public final class CellBorderType

Enumerates a cell’s border type.

Fields

FieldDescription
DASHEDRepresents dashed line.
DASH_DOTRepresents thin dash-dotted line.
DASH_DOT_DOTRepresents thin dash-dot-dotted line.
DOTTEDRepresents dotted line.
DOUBLERepresents double line.
HAIRRepresents hair line.
MEDIUMRepresents medium line.
MEDIUM_DASHEDRepresents medium dashed line.
MEDIUM_DASH_DOTRepresents medium dash-dotted line.
MEDIUM_DASH_DOT_DOTRepresents medium dash-dot-dotted line.
NONERepresents no line.
SLANTED_DASH_DOTRepresents slanted medium dash-dotted line.
THICKRepresents thick line.
THINRepresents thin line.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DASHED

public static final int DASHED

Represents dashed line.

DASH_DOT

public static final int DASH_DOT

Represents thin dash-dotted line.

DASH_DOT_DOT

public static final int DASH_DOT_DOT

Represents thin dash-dot-dotted line.

DOTTED

public static final int DOTTED

Represents dotted line.

DOUBLE

public static final int DOUBLE

Represents double line.

HAIR

public static final int HAIR

Represents hair line.

MEDIUM

public static final int MEDIUM

Represents medium line.

MEDIUM_DASHED

public static final int MEDIUM_DASHED

Represents medium dashed line.

MEDIUM_DASH_DOT

public static final int MEDIUM_DASH_DOT

Represents medium dash-dotted line.

MEDIUM_DASH_DOT_DOT

public static final int MEDIUM_DASH_DOT_DOT

Represents medium dash-dot-dotted line.

NONE

public static final int NONE

Represents no line.

SLANTED_DASH_DOT

public static final int SLANTED_DASH_DOT

Represents slanted medium dash-dotted line.

THICK

public static final int THICK

Represents thick line.

THIN

public static final int THIN

Represents thin line.

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

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