RSS

Пятница, 19.04.2024, 15:29
Главная » WoW API » API Виджеты » Простой HTML »

justify = SimpleHTML:GetJustifyH(["element"])

[ править ]
Returns the horizontal alignment style for text in the frame.
[клоны]
Returns the horizontal alignment style for text in the frame.


Signature:
Code
justify = SimpleHTML:GetJustifyH(["element"])

Arguments:
  • element - Name of an HTML element for which to return text style information (e.g. p, h1); if omitted, returns information about the frame's default text style (string)

Returns:
  • justify - Horizontal text alignment style (string, justifyH)
      CENTER
    • LEFT
    • RIGHT

Также смотрите: Простой HTML
Ссылки: http://wowprogramming.com/docs/widgets/SimpleHTML/GetJustifyH