public final class BorderSide
extends com.aspose.ms.System.Enum
Enumerates the border sides.
Modifier and Type | Field and Description |
---|---|
static int |
All
All sides borders.It has the same meaning when useing "Box" and will be replaced by "Box" one
year later.
|
static int |
Bottom
Bottom border.
|
static int |
Box
Four sides borders.
|
static int |
Left
Left border.
|
static int |
None
No border.
|
static int |
Right
Right border.
|
static int |
Top
Top border.
|
public static final int None
No border.
public static final int Left
Left border.
public static final int Top
Top border.
public static final int Right
Right border.
public static final int Bottom
Bottom border.
public static final int All
All sides borders.It has the same meaning when useing "Box" and will be replaced by "Box" one year later. So, please use "Box" if possible.
public static final int Box
Four sides borders.