Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.19 KB

Word.Document.EmbedLinguisticData.md

File metadata and controls

48 lines (28 loc) · 1.19 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.EmbedLinguisticData property (Word)
vbawd10.chm158007673
vbawd10.chm158007673
Word.Document.EmbedLinguisticData
ad76bcba-dad3-6745-8cdb-a56797054af4
06/08/2017
medium

Document.EmbedLinguisticData property (Word)

True for Microsoft Word to embed speech and handwriting so that data can be converted back to speech or handwriting. Read/write Boolean.

Syntax

expression. EmbedLinguisticData

expression An expression that returns a Document object.

Remarks

The EmbedLinguisticData property also allows you to store East Asian IME keystrokes to improve correction and controls text service data received from devices connected to Microsoft Office using the Windows Text Service Framework Application Programming Interface

Example

This example embeds into the active document any speech or handwriting that may exist in the document.

Sub EmbedSpeechHandwriting() 
 ActiveDocument.EmbedLinguisticData = True 
End Sub

See also

Document Object

[!includeSupport and feedback]