EmbedLinguisticData Property

Microsoft Word Visual Basic

expression.EmbedLinguisticData

expression    Required. An expression that returns a Document object.

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