WdDocumentMedium Enumeration 

Specifies the type of document to which you are applying a theme.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdDocumentMedium1 As WdDocumentMedium = WdDocumentMedium.wdDocument

Syntax

Public Enum WdDocumentMedium
public enum WdDocumentMedium
public enum class WdDocumentMedium
public enum WdDocumentMedium
public enum WdDocumentMedium

Members

Member name Description
wdDocument Document.
wdEmailMessage E-mail message.
wdWebPage Web page.

Remarks

Used with the GetDefaultTheme and SetDefaultTheme methods of the Application object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace