Property
|
Description
|
Default Value
|
||
Align side by side with following
|
Specifies whether the current element starts a side by side region. The element will appear to the side of the element that follows it in the source XML file, when the document is output. The tops of the two elements will be vertically aligned.
The choices in this field are :
• <Derive> - Specifies side by side setting based on system default, property set, or ancestor settings.
• Yes
This setting will continue until the formatting process encounters one of the following:
◦ An element that sets End previous alignment
◦ The end of an element that sets End all contained alignments
• No (default)
If you set this field to Yes, the Placement, Horizontal offset, Width, Horizontal Gap fields will be activated.
|
No
|
||
Placement
|
Specifies whether the current element should be on the left or right of the following element(s).
|
Left
|
||
Horizontal offset
|
Shifts the current element horizontally.
Use a positive value to move from the page edge toward the center. A negative value will move from the center out. The effect depends on the Placement setting:
• Left: a positive Horizontal offset value will shift the current element to the right from the left indent inherited from the parent element. A negative value will move it to the left.
• Right: a positive Horizontal offset value will shift the current element to the left from the right indent inherited from the parent element. A negative value will move it to the right.
The effects of indent settings vary in different output formats. Refer also to Differences in Behavior of Indent Settings Between Outputs for further points to keep in mind when configuring side by side settings.
|
0pc
|
||
Width
|
Specifies the width of the block allocated for the current element.
Note that any indents specified for the current element on the Indent category can affect the positioning of text within that block.
It is recommended that you do not reference a Size definition with a value of 0 in this field. This may produce unexpected results.
|
12pc
|
||
Horizontal gap
|
Specifies the space between the block allowed for the current element and the content of the following element.
It is recommended that you do not reference a Size definition with a negative value in this field. This may produce unexpected results.
|
0pc
|
||
End previous alignment
|
Confirms whether the current element will be placed alongside the previous element styled with side by side alignment.
• Yes - End the side by side alignment set for the previous element at the current element.
• No - Continue the side by side alignment set for the previous element. The current element will be placed alongside the previous element styled with side by side alignment.
When working with HTML outputs, a setting of Yes in this field will end all previous alignments, not just the one immediately preceding the current element.
|
No
|
||
End all contained alignments
|
Confirms whether any side by side alignments started within the current element will end at the end of the current element.
|
Yes
|
|
The Horizontal offset, Width, Horizontal gap fields in this category allow you to either type an arbitrary size in the field or choose a defined size by selecting from the list of Size objects configured for your stylesheet. For the latter option, click the Select Size button next to the field for which you wish to set the measurement and select the name of the required Size object from the resulting list. Once you have selected a Size object the measurement it defines will be displayed wrapped in angle brackets (< > characters) in the relevant field. For example, the Size object InchSize defines a measurement of 1.00in: |
When working with HTML outputs, the current element’s indent settings must be specified in the same object (context, property set, or condition) that holds its side by side properties. You may see unexpected results if this is not the case. |