BorderSide
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class BorderSide extends System.Enum
Enumerates the border sides.
Fields
Field | Description |
---|---|
None | No border. |
Left | Left border. |
Top | Top border. |
Right | Right border. |
Bottom | Bottom border. |
All | All sides borders.It has the same meaning when useing “Box” and will be replaced by “Box” one year later. |
Box | Four sides borders. |
None
public static final int None
No border.
Left
public static final int Left
Left border.
Top
public static final int Top
Top border.
Right
public static final int Right
Right border.
Bottom
public static final int Bottom
Bottom border.
All
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.
Box
public static final int Box
Four sides borders.