Desktop User Guides > Professional > Interview scripting > Writing interview scripts > Page layout facilities > Default styles > Default styles for the whole script
 
Default styles for the whole script
To specify default styles for the whole script, put this statement in the routing section of the script:
IOM.DefaultStyles.Default.property = value
where:
property is the name of the property you want to specify.
value is the value of the property.
For a list of properties that can be set in this way, see Styles and to IStyle in the Interview Object Model.
Example
This example displays all categorical responses lists column-wise in two columns.
IOM.DefaultStyles.Default.Columns = 2
IOM.DefaultStyles.Default.Orientation = Orientations.orColumn
See also
Default styles