Leadtools.Documents Namespace > DocumentWord Object : FirstCharacterIndex Property |
get_firstCharacterIndex();
set_firstCharacterIndex(value);
Object.defineProperty('firstCharacterIndex');
Type | Description |
---|---|
int | The 0-based index of the first character that forms this word in the Characters list. Default value is 0. |
This value is set when BuildWords is called. The charcaters that define this word are from FirstCharacterIndex to LastCharacterIndex.