Annotation Type ExcelBorder
The Interface ExcelBorder.
ExcelBorder is used to define the border types through enumeration BorderStyle.
ExcelBorder is composed of 4 properties:
It is a property of the following annotations:
ExcelBorder is used to define the border types through enumeration BorderStyle.
ExcelBorder is composed of 4 properties:
- bottom
- left
- right
- top
It is a property of the following annotations:
-
Optional Element Summary
Optional Elements
-
Element Details
-
top
org.apache.poi.ss.usermodel.BorderStyle topTop.- Returns:
- the border style
- Default:
NONE
-
bottom
org.apache.poi.ss.usermodel.BorderStyle bottomBottom.- Returns:
- the border style
- Default:
NONE
-
left
org.apache.poi.ss.usermodel.BorderStyle leftLeft.- Returns:
- the border style
- Default:
NONE
-
right
org.apache.poi.ss.usermodel.BorderStyle rightRight.- Returns:
- the border style
- Default:
NONE
-