_Document.EmbedLinguisticData Property

Determines if Microsoft Word embeds speech and handwriting, stores East Asian IME keystrokes, and controls text service data received from devices.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property EmbedLinguisticData As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.EmbedLinguisticData

instance.EmbedLinguisticData = value
bool EmbedLinguisticData { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if Microsoft Word embeds speech and handwriting so that data can be converted back to speech or handwriting, stores East Asian IME keystrokes to improve correction, and can receive text service data from devices connected to Microsoft Office using the Windows Text Service Framework Application Programming Interface.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace