firstCharacterIndex Property

Summary

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

Syntax

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

Property Value

The 0-based index of the first 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