RSS

Четверг, 25.04.2024, 18:07
Главная » WoW API » API Виджеты » Простой HTML »

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

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


Signature:
Code
justify = SimpleHTML:GetJustifyV(["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 - Vertical text alignment style (string, justifyV)
      BOTTOM
    • MIDDLE
    • TOP

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