| alignment |
Text |
| |
| The alignment attribute sets the alignment of the elements. Valid values are "center", "start" (left), "end" (right), "top", "bottom". The default is "center". If the position attribute is set to “top”, then the alignment attribute can only have the values “end”, “start” and “center”. If the position attribute is set to “start”, then the alignment attribute can only have the values “top”, “bottom” and “middle”. The alignment attribute cannot be specified without the position attribute, doing so has no effect.
|