WTUI Docs

WTUI  1.0.0

WTUI Docs > WTUI > WTUI.Paragraph
Search:
 
Filters

Class WTUI.Paragraph

A Paragraph

Tag

<wtui:paragraph/>

The tag for WTUI.Paragraph

Example:

<wtui:paragraph id="exampleid" >The text for the paragraph<wtui:paragraph/>
Parameters:
id <String> (optional) The id of the paragraph

Methods

getText

String getText ( )

Get the text

Returns: String
The text of the paragraph

setText

void setText ( text )

Set the text

Parameters:
text <String> The text
Returns: void

WTUI