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

FieldDescription
NoneNo border.
LeftLeft border.
TopTop border.
RightRight border.
BottomBottom border.
AllAll sides borders.It has the same meaning when useing “Box” and will be replaced by “Box” one year later.
BoxFour 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.

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.