firstCharacterIndex Property

Summary

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

Syntax
TypeScript
JavaScript
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 from FirstCharacterIndex to LastCharacterIndex.

Requirements

Target Platforms

Help Version 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.