The itemSpacing attribute specifies the horizontal space between items on a survey page.
<survey> <surveyPage>
or
/ itemSpacing = expressionName | Type | Description |
---|---|---|
height | extent | The size of the spacing in pixels (default), percent, or points. |
expression | value | An expression resolving to the size of the spacing in pixels (default), percent, or points. |
The spacing is can be in percent (the default unit), pixels, or points.
The following randomly selects the position of the text to be the right, left, or center of the screen:
<surveypage page1>
/ caption = ("Page One")
/ itemSpacing = 20px
</surveypage>