Returns the horizontal alignment style for text in the frame

Signature:

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