_Document.EmbedTrueTypeFonts 属性

定义

如果 Microsoft Word在保存文档时将 TrueType 字体嵌入文档中,则返回True

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

属性值

注解

嵌入 TrueType 字体允许其他人使用创建文档的相同字体查看文档。

适用于