value Property

Summary

The string value of the word.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentWord.prototype, 'value', 
   get: function(), 
   set: function(value) 
) 
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
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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