_Document.EmbedLinguisticData Property

Definition

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

public:
 property bool EmbedLinguisticData { bool get(); void set(bool value); };
public bool EmbedLinguisticData { get; set; }
member this.EmbedLinguisticData : bool with get, set
Public Property EmbedLinguisticData As Boolean

Property Value

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.

Applies to