words Property

Summary

The list of text words found in the document page.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentPageText.prototype, 'words', 
	get: function() 
) 
TypeScript Syntax
words: DocumentWord[]; // read-only 

Property Value

List of text words found in the document page. The default value is null.

Remarks

The text words are created from the characters found in the document based on the IsEndOfWord returned by document parsing engine. Whenever an "end of word" is found, the last set of characters are grouped together and stored as an item in the Words list. This is not performed automatically, instead, you must call BuildWords to populate the Words list from the Characters.

For more information, refer to Parsing Text with the Documents Library.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly