BorderSide

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.BorderSide, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.BorderSide, com.aspose.ms.System.Enum, com.aspose.pdf.BorderSide

public final class BorderSide extends com.aspose.ms.System.Enum

Flags Enumerates binary the border sides.

Fields

FieldDescription
AllAll 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.
BottomBottom border.
BoxFour sides borders.
LeftLeft border.
NoneNo border.
RightRight border.
TopTop 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.

Bottom

public static final int Bottom

Bottom border.

Box

public static final int Box

Four sides borders.

Left

public static final int Left

Left border.

None

public static final int None

No border.

public static final int Right

Right border.

Top

public static final int Top

Top border.