_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)

Usage

Dim _Document1 As _Document

Dim returnValue As Boolean
returnValue = _Document1.EmbedLinguisticData

Dim sampleValue As Boolean
_Document1.EmbedLinguisticData = sampleValue

Syntax

Property EmbedLinguisticData() As Boolean
bool EmbedLinguisticData {get; set;}
property Boolean EmbedLinguisticData{
    Boolean get();
    Void set(Boolean);
}
public boolean get_EmbedLinguisticData();
public void set_EmbedLinguisticData(boolean);
function get EmbedLinguisticData() : Boolean;
function set EmbedLinguisticData(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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

_Document Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

_Document Members