Text Property

Pageflex Document Action API

Pageflex Document Action API Text Property
Namespaces > Pageflex.Scripting > Range > Text
Gets or sets the range's text.
Syntax
C# Visual Basic Managed C++
public string Text { get; set; }
Public Property Text As String
public:
String^ Text {
	String^ get ();
	void set (String^ value);
}
Remarks
The getter returns the Range's text, with all formatting removed. The setter deletes all Range content, and then inserts the specified String.
Exceptions
Exception Condition
RangeNotEditableException Changing part of a variable, table of contents, or page number is not permitted.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)