The names of cell formats must end in Cell. The default cell format is named Cell. Cell format Cell has no default properties; however, you can define a format for Cell:
[Cell]
property1 = value1
property2 = value2a value2b value2c ...
. . .
For HTML output, cell format names are used in the class attribute of cell elements, and result in CSS that implements their properties. Table 7-7 lists the properties you can define for cells.
(RTF only) Number and units; values override corresponding cell margin settings in table formats |
|
(HTML only) Number and units; values override corresponding cell padding settings in table formats |
|
[Cell]
; These are the default RTF cell properties:
margin left = 6pt
margin right = 6pt
margin top = 6pt
margin bottom = 6pt
border left = LightBorder
border right = LightBorder
[EmptyCell]
border left = NoBorder
border top = NoBorder
[ShadedCell]
based = BodyCell
shading = LightGreyShade
[XtraShadedCell]
based = BodyCell
shading = DarkGreyShade
[RowHeadCell]
based = BodyCell
shading = LightGreyShade
border right = HeavyBorder
[ColHeadCell]
based = BodyCell
shading = LightGreyShade
border bottom = HeavyBorder