Skip to content

TextWedge

James Fenn edited this page Aug 10, 2018 · 1 revision

A TextWedge is a block of text. Fairly simple.

Example

<me.jfenn.attribouter.wedges.TextWedge
        text="<h1>This is HTML</h1><p>HEY MORTY I TURNED MYSELF INTO A PICKLE</p><p>I'M PICKLE RIIIIIIICK</p>" />

Attributes

Attribute Type Description
text String / String Resource (HTML) A string or string resource, can be formatted in html (links work too) that defines the text to display.
centered Boolean Whether the text should be centered.

Clone this wiki locally