SetBorderPosition

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

FieldDescription
BOTTOMBottom border
CROSSCross borders
HORIZONTAL_MIDDLEBottom border
LEFTLeft border
NONENo borders
OUTLINEVerticalMiddle borders
RIGHTRight border
TOPTop border
VERTICAL_MIDDLEHorizontalMiddle borders

Methods

MethodDescription
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

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:

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