Overview
BorderSide is a enum in Aspose.PDF FOSS for Java.
Enumerates the sides of a rectangular border that should be drawn.
This enumeration defines 6 values: None, All, Top, Bottom, Left, Right.
Values
| Value | Description |
|---|
None | |
All | |
Top | |
Bottom | |
Left | |
Right | |
See Also