Click or drag to resize

DocumentItemAddText Method

Adds the text item to the document.

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

Parameters

addText
Type: Compiled.EDD.ScriptingTextItem
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