_Document.EmbedLinguisticData 属性

定义

确定 Microsoft Word是否嵌入语音和手写、存储东亚 IME 击键以及控制从设备接收的文本服务数据。

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

属性值

注解

如果 Microsoft Word嵌入语音和手写,以便可以将数据转换回语音或手写,存储东亚 IME 击键以改进更正,并且可以使用 Windows 文本服务框架应用程序编程接口从连接到 Microsoft Office 的设备接收文本服务数据,则此属性返回 True

适用于