firstCharacterIndex Property (original) (raw)

Summary

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

Syntax

Object.defineProperty(DocumentWord.prototype, 'firstCharacterIndex', get: function(), set: function(value) )

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 fromFirstCharacterIndex to LastCharacterIndex.

Leadtools.Document Assembly