Professional > Interview scripting > Writing interview scripts > Interview Object Model overview > Style object
 
Style object
The Style object defines the way questions, categories, labels and navigation controls will be presented during the interview. Style properties that you might use include:
Property
Description
Align
Horizontal alignment.
BgColor
Background color.
Cell
Cell properties in a grid.
Color
The element’s color.
Columns
The number of columns for a categorical response list.
Control
Properties for a control (for example, for a check box).
Font
Font characteristics such as family, effect, and size.
Height
The vertical size of the element (for example, the height of an input box).
Hidden
Whether to hide the item.
Image
Names an image file associated with the element.
ImagePosition
The position of an image file relative to the text.
Orientation
The direction in which to display responses in a categorical list.
Rows
The number of rows for a categorical response list.
Width
The horizontal size of the element (for example, the width of an input box).
VerticalAlign
The vertical alignment of the item.
See also
Interview Object Model overview