Click or drag to resize

DocumentItemGetText Method

Gets a list of TextItems for the document.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public List<TextItem> GetText()

Return Value

ListTextItem
A list of text items linked or an emtpy collection if none.
Remarks
A new list of TextItems is returned when calling this method. Editing the list will not alter the source document.
See Also