RSS

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

SimpleHTML:SetJustifyV(["element",] "justify")

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


Signature:
Code
SimpleHTML:SetJustifyV(["element",] "justify")

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)
  • justify - Vertical text alignment style (string, justifyV)
      BOTTOM
    • MIDDLE
    • TOP

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