Grid template style
|
Interview Object Model style
|
---|---|
Cell styles
|
|
align
|
Align
|
height
|
Cell.Height
|
nowrap
|
Cell.Wrap. Note that the logic is inverted. For more information, see Wrapping text in cells.
|
valign
|
VerticalAlign
|
width
|
Cell.Width
|
bgColor
|
Cell.BgColor
|
font, fontFace
|
Font.Family
|
font, fontPoint
|
Font.Size. Grid templates use 1-7 for the font size, whereas the Interview Object Model uses units.
|
font, fontEffects
|
FontEffects.IsEffect. Not all the font effects can be supported.
|
font, fontColor
|
Color
|
font, fontStyle
|
Font.IsStyle. The Interview Object Model uses IsBold and IsItalic for bold and italic settings
|
Table styles
|
|
align
|
Align
|
borderSize
|
Cell.BorderWidth
|
cellPadding
|
No corresponding option. You can set the padding for every cell, although this is not very efficient.
|
cellSpacing
|
No corresponding option.
|
width
|
Width
|
Header style
|
|
repeat
|
Cell.RepeatHeader. Only header rows can be repeated.
|