Word) (Document.EmbedTrueTypeFonts 屬性
True 是表示 如果 Microsoft Word 會內嵌 TrueType 字型的文件時加以儲存。 可讀寫的 Boolean。
語法
expression。 EmbedTrueTypeFonts
表達 代表 Document 物件的變數。
註解
內嵌 TrueType 字型讓其他人可以利用建立文件所用的相同字型來檢視文件。
範例
本範例會將 Word 設定為在儲存文件時自動內嵌 TrueType 字型,然後儲存使用中文件。
ActiveDocument.EmbedTrueTypeFonts = True
ActiveDocument.Save
This example returns the current status of the Embed TrueType fonts check box in the Save options area on the Save tab in the Options dialog box.
temp = ActiveDocument.EmbedTrueTypeFonts
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。