WdDocumentMedium Enum

Definition

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

public enum class WdDocumentMedium
[System.Runtime.InteropServices.Guid("1DC9A70E-A0EB-34AF-8A29-FE9C2032FC79")]
public enum WdDocumentMedium
type WdDocumentMedium = 
Public Enum WdDocumentMedium
Inheritance
WdDocumentMedium
Attributes

Fields

wdDocument 1

Document.

wdEmailMessage 0

E-mail message.

wdWebPage 2

Web page.

Remarks

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

Applies to