lastCharacterIndex Property

Summary

The index of the last character that forms this word in the Characters list.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentWord.prototype, 'lastCharacterIndex', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
lastCharacterIndex: number; 

Property Value

The 0-based index of the last character that forms this word in the Characters list. Default value is 0.

Remarks

This value is set when BuildWords is called. The characters that define this word are from FirstCharacterIndex to LastCharacterIndex.

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