Paragraph.SetText

Paragraph.SetText ( 

string ObjectName,

string Text )

Example 1

Paragraph.SetText("Paragraph4", readme_text);

Sets the text in the "Paragraph4" paragraph object to the contents of the readme_text variable.

Example 2

Paragraph.SetText("Copyright Notice", "(c) 2018 Indigo Rose Software");

Sets the text in the paragraph object named "Copyright Notice" to "(c) 2018 Indigo Rose Software".

See also:  Related Actions