2.9.302 TableBordersOperand

The TableBordersOperand structure specifies a set of borders for a table row.


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

cb

brcTop

...

...

brcLeft

...

...

brcBottom

...

...

brcRight

...

...

brcHorizontalInside

...

...

brcVerticalInside

...

...

cb (1 byte): An unsigned integer that specifies the size, in bytes, of this TableBordersOperand structure, not including this byte. This value MUST be 0x30.

brcTop (8 bytes): A Brc structure that specifies the top border of the row, if it is the first row in the table.

brcLeft (8 bytes): A Brc structure that specifies the logical left border of the row.

brcBottom (8 bytes): A Brc structure that specifies the bottom border of the row, if it is the last row in the table.

brcRight (8 bytes): A Brc structure that specifies the logical right border of the row.

brcHorizontalInside (8 bytes): A Brc structure that specifies the horizontal border between the row and the preceding and succeeding rows.

brcVerticalInside (8 bytes): A Brc structure that specifies the vertical border between the cells in the row.