DocumentItemGetText Method | |
Gets a list of
TextItems for the document.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public List<TextItem> GetText()
Return Value
Type:
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