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: 9.0.0.0-142fa9725
Syntax
C#
public void SetText(
	TextItem text
)

Parameters

text  TextItem
The text item reference.
Remarks
Use this method when you want to associate a single text file to the document.
See Also