|
Insert line One
Insert line Two
|
|
|
Description
Inserts multiline text, inserting <br> tags between each line, or
adding <p> tags around each line.
A line is considered to be terminated by any
one of a line feed '\n', a carriage return '\r', or a carriage
return followed immediately by a linefeed "\r\n".
|
See Also
Block,
Insert,
RenderBlock,
RenderBody
|
Parameters
Name |
Type |
Direction |
Required |
Default |
Description |
value |
String |
in |
no |
|
The text to be inserted. If not provided, no output is written. |
mode |
InsertTextMode
|
in |
no |
InsertTextMode.BREAK
|
Identifies how to break apart lines for display [BREAK | PARAGRAPH]. |
Body: removed Informal parameters:
forbidden
Reserved
parameters: none
|
Examples
This example is under construction.
|