public final class SetBorderPosition
extends java.lang.Object
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());
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM
Bottom border
|
static int |
CROSS
Cross borders
|
static int |
HORIZONTAL_MIDDLE
Bottom border
|
static int |
LEFT
Left border
|
static int |
NONE
No borders
|
static int |
OUTLINE
VerticalMiddle borders
|
static int |
RIGHT
Right border
|
static int |
TOP
Top border
|
static int |
VERTICAL_MIDDLE
HorizontalMiddle borders
|
public static final int TOP
public static final int BOTTOM
public static final int LEFT
public static final int RIGHT
public static final int HORIZONTAL_MIDDLE
public static final int VERTICAL_MIDDLE
public static final int OUTLINE
public static final int CROSS
public static final int NONE
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.