Leadtools.Documents Namespace > DocumentCharacter Object : IsEndOfWord Property |
get_isEndOfWord();
set_isEndOfWord(value);
Object.defineProperty('isEndOfWord');
Type | Description |
---|---|
boolean | true if this is the last character in a word; otherwise, it is false. The default value is false. |
DocumentPageText uses the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text found in a document.