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)
Syntax
'Declaration
Public Enumeration WdDocumentMedium
'Usage
Dim instance As WdDocumentMedium
public enum WdDocumentMedium
Members
Member name | Description | |
---|---|---|
wdEmailMessage | E-mail message. | |
wdDocument | Document. | |
wdWebPage | Web page. |
Remarks
Used with the GetDefaultTheme and SetDefaultTheme methods of the Application object.