2.4.311 BrtBorder

The BrtBorder record specifies the set of formats for the border of a cell.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

A

B

reserved

blxfTop

...

...

blxfBottom

...

...

...

blxfLeft

...

...

blxfRight

...

...

...

blxfDiag

...

...

A - fBdrDiagDown (1 bit): A bit that specifies a diagonal line that extends from the upper-left corner of the cell to the lower-right corner of the cell.

B - fBdrDiagUp (1 bit): A bit that specifies a diagonal line that extends from the lower-left corner of the cell to the upper-right corner of the cell.

reserved (6 bits): This value MUST be 0, and MUST be ignored.

blxfTop (10 bytes): A Blxf (section 2.5.4 ) that specifies the format for the top border of the cell.

blxfBottom (10 bytes): A Blxf that specifies the format for the bottom border of the cell.

blxfLeft (10 bytes): A Blxf that specifies the format for the left border of the cell.

blxfRight (10 bytes): A Blxf that specifies the format for the right border of the cell.

blxfDiag (10 bytes): A Blxf that specifies the format for the diagonal lines in the cell. If fBdrDiagDown or fBdrDiagUp is 1, then blxfDiag.dg MUST NOT be 0.