Returns whether long lines of text are indented when wrapping

Signature:

indent = SimpleHTML:GetIndentedWordWrap(["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:

  • indent - 1 if long lines of text are indented when wrapping; otherwise nil (1nil)