CellBorderType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class CellBorderType
Enumerates a cell’s border type.
Fields
Field | Description |
---|---|
DASHED | Represents dashed line. |
DASH_DOT | Represents thin dash-dotted line. |
DASH_DOT_DOT | Represents thin dash-dot-dotted line. |
DOTTED | Represents dotted line. |
DOUBLE | Represents double line. |
HAIR | Represents hair line. |
MEDIUM | Represents medium line. |
MEDIUM_DASHED | Represents medium dashed line. |
MEDIUM_DASH_DOT | Represents medium dash-dotted line. |
MEDIUM_DASH_DOT_DOT | Represents medium dash-dot-dotted line. |
NONE | Represents no line. |
SLANTED_DASH_DOT | Represents slanted medium dash-dotted line. |
THICK | Represents thick line. |
THIN | Represents thin line. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |