value Property (DocumentWord)

Summary

The string value of the word.

Syntax

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

Property Value

The string value of the word. Default value is null.

Remarks

This value is set when BuildWords is called.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize