2.9.313 TC80
The TC80 structure specifies the border and other formatting for a single cell in a table.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.