2.9.313 TC80

The TC80 structure specifies the border and other formatting for a single cell in a table.


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

tcgrf

wWidth

brcTop

brcLeft

brcBottom

brcRight

tcgrf (2 bytes): A TCGRF that specifies table cell formatting.

wWidth (2 bytes): An integer that specifies the preferred width of the cell. The width includes cell margins, but does not include cell spacing. This value MUST be a non-negative number.

The unit of measurement depends on tcgrf.ftsWidth. If tcgrf.ftsWidth is set to ftsPercent, the value is a fraction of the width of the entire table.

brcTop (4 bytes): A Brc80MayBeNil structure that specifies the border to be used on the top side of the table cell.

brcLeft (4 bytes): A Brc80MayBeNil structure that specifies the border to be used on the logical left side of the table cell.

brcBottom (4 bytes): A Brc80MayBeNil that specifies the border to be used on the bottom side of the table cell.

brcRight (4 bytes): A Brc80MayBeNil that specifies the border to be used on the logical right side of the table cell.