DocumentItemAddText Method |  |
Adds the text item to the document.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic void AddText(
TextItem addText
)
Parameters
- addText TextItem
- The text reference to add to the document.
Remarks
Use this method when you want to add multiple text files to the document.
Specifically useful for single-page text file references.
See Also