SetBorderPosition
Contents
[
Hide
]Inheritance: java.lang.Object
public final class SetBorderPosition
Represents the border position to be set of a cells range.
Example
GridWeb GridWeb1=new GridWeb();
GridWeb1.getWorkSheets().get(0).getCells().setBorders(0, 0, 5, 8, SetBorderPosition.OUTLINE, GridWeb1.getWorkSheets().get(0).getCells().get(0, 0).getStyle().getLeftBorderStyle());
Fields
Field | Description |
---|---|
BOTTOM | Bottom border |
CROSS | Cross borders |
HORIZONTAL_MIDDLE | Bottom border |
LEFT | Left border |
NONE | No borders |
OUTLINE | VerticalMiddle borders |
RIGHT | Right border |
TOP | Top border |
VERTICAL_MIDDLE | HorizontalMiddle borders |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
BOTTOM
public static final int BOTTOM
Bottom border
CROSS
public static final int CROSS
Cross borders
HORIZONTAL_MIDDLE
public static final int HORIZONTAL_MIDDLE
Bottom border
LEFT
public static final int LEFT
Left border
NONE
public static final int NONE
No borders
OUTLINE
public static final int OUTLINE
VerticalMiddle borders
RIGHT
public static final int RIGHT
Right border
TOP
public static final int TOP
Top border
VERTICAL_MIDDLE
public static final int VERTICAL_MIDDLE
HorizontalMiddle borders
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 |