DocumentItemGetText Method |  |
Gets a list of
TextItems for the document.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic List<TextItem> GetText()
Return Value
ListTextItemA 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