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 difference)
|
Revision as of 16:03, 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.