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
| Field | Description |
|---|---|
| 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 | Bottom border. |
| Box | Four sides borders. |
| Left | Left border. |
| None | No border. |
| Right | Right border. |
| Top | Top 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.
Right
public static final int Right
Right border.
Top
public static final int Top
Top border.