Sets the horizontal alignment style for text in the frame. Signature: Code SimpleHTML:SetJustifyH(["element",] "justify")
Arguments: - element - Name of an HTML element for which to set properties (e.g. p, h1); if omitted, sets properties of the frame's default text style (string)
- justify - Horizontal text alignment style (string, justifyH)
- LEFT
- RIGHT
Также смотрите: Простой HTML
Ссылки: http://wowprogramming.com/docs/widgets/SimpleHTML/SetJustifyH
|