Paragraph.SetText

Paragraph.SetText (

string ObjectName,

string Text )

Description

Sets the text to be displayed in a paragraph object.

Parameters

ObjectName

(string) The name of the paragraph object.

Text

(string) The text to display in the paragraph object.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions