19.14.3. Borders

This group of XLS-CSS attributes defines the borders of the cell.
xls-border-left-color
The border color of the left edge of the cell. (See jxl.format.Colour.)
xls-border-left-line-style
The border line style of the left edge of the cell. (See jxl.format.LineStyle.)
xls-border-left
A shorthand notation for setting the line style and color of the left edge of the cell. Use like so: style="xls-border-left: thick red"
xls-border-top-color
The border color of the top edge of the cell. (See jxl.format.Colour.)
xls-border-top-line-style
The border line style of the top edge of the cell. (See jxl.format.LineStyle.)
xls-border-top
A shorthand notation for setting the line style and color of the top edge of the cell. Use like so: style="xls-border-top: red thick"
xls-border-right-color
The border color of the right edge of the cell. (See jxl.format.Colour.)
xls-border-right-line-style
The border line style of the right edge of the cell. (See jxl.format.LineStyle.)
xls-border-right
A shorthand notation for setting the line style and color of the right edge of the cell. Use like so: style="xls-border-right: thick red"
xls-border-bottom-color
The border color of the bottom edge of the cell. (See jxl.format.Colour.)
xls-border-bottom-line-style
The border line style of the bottom edge of the cell. (See jxl.format.LineStyle.)
xls-border-bottom
A shorthand notation for setting the line style and color of the bottom edge of the cell. Use like so: style="xls-border-bottom: thick red"
xls-border
A shorthand notation for setting the line style and color for all edges of the cell. Use like so: style="xls-border: thick red"