isEndOfWord Property (DocumentCharacter)

Summary

Indicates if this the last character in a word.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentCharacter.prototype, 'isEndOfWord', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
isEndOfWord: boolean;

Property Value

true if this is the last character in a word; otherwise, it is false. The default value is false.

Remarks

DocumentPageText uses the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text found in a document.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize