OverviewExamples
Paragraph.SetText ( |
Paragraph.SetText("Paragraph4", readme_text);
Sets the text in the "Paragraph4" paragraph object to the contents of the readme_text variable.
Paragraph.SetText("Copyright Notice", "(c) 2009 IndigoRose Software");
Sets the text in the paragraph object named "Copyright Notice" to "(c) 2009 IndigoRose Software".
See also: Related Actions