INCLAN: align: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 6: Line 6:


Determines how text is aligned with respect to its reference position. Possible values are:
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.
;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.
;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.
;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.
;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.
;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'''.

Latest revision as of 16:44, 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.