共用方式為


Word) (Document.Kind 屬性

會傳回或設定 Microsoft Word 在自動設定指定之文件的格式時,所用的格式類型。 可讀寫的 WdDocumentKind

語法

expression. Kind

需要 expression。 代表 Document 物件的變數。

範例

此範例會詢問使用者使用中檔是否為電子郵件訊息。 如果回應為 [是],檔會格式化為電子郵件訊息。

response = MsgBox("Is this document an email message?", vbYesNo) 
If response = vbYes Then 
 ActiveDocument.Kind = wdDocumentEmail 
 ActiveDocument.Content.AutoFormat 
End If

另請參閱

Document 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應