INCLAN: align: Difference between revisions
Jump to navigation
Jump to search
(Created page with '== Synopsis == '''align''' == Description == Determines how text is aligned with respect to its reference position. Possible values are: ;'''left''':The horizontal reference …') |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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. | ||
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 15: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.