DocumentItemSetText Method |  |
Clears existing references and sets the text item reference.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic void SetText(
TextItem text
)
Parameters
- text TextItem
- The text item reference.
RemarksUse this method when you want to associate a single text file to the document.
See Also