Click or drag to resize

DocumentItemSetText Method

Clears existing references and sets the text item reference.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public void SetText(
	TextItem text
)

Parameters

text
Type: Compiled.EDD.ScriptingTextItem
The text item reference.
Remarks
Use this method when you want to associate a single text file to the document.
See Also