INCLAN: align: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
;'''middle''':The vertical reference position is in the middle of the text.
;'''middle''':The vertical reference position is in the middle of the text.
;'''top''':The vertical reference position is at the top margin of the text.
;'''top''':The vertical reference position is at the top margin of the text.
Horizontal and vertical alignment specifications can be separated by a comma, e.g. '''align'''='''center''','''top'''.
Horizontal and vertical alignment specifications can be separated by a comma, e.g. '''align=center''','''top'''.
Initial value: '''left''','''bottom'''.
Initial value: '''left''','''bottom'''.

Revision as of 16:10, 9 September 2009

Synopsis

align

Description

Determines how text is aligned with respect to its reference position. Possible values are:

left
The horizontal reference position is at the left margin of the text.
center
The horizontal reference position is in the center of the text.
right
The horizontal reference position is at the right margin of the text.
bottom
The vertical reference position is at the bottom margin of the text.
middle
The vertical reference position is in the middle of the text.
top
The vertical reference position is at the top margin of the text.

Horizontal and vertical alignment specifications can be separated by a comma, e.g. align=center,top. Initial value: left,bottom.