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: 9.0.0.0-142fa9725
Syntax
C#
public 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