_Document.EmbedLinguisticData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.