2.9.303 TableBordersOperand80

The TableBordersOperand80 structure is an operand that specifies the borders which are applied to a row of table cells.


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 of this operand, not including this byte. This value MUST be 0x18.

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

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

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

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

brcHorizontalInside (4 bytes): A Brc80MayBeNil structure that specifies the horizontal border between cells in this table row and those in the preceding or succeeding table rows.

brcVerticalInside (4 bytes): A Brc80MayBeNil structure that specifies the vertical border between neighboring cells of this table row.