WdDocumentMedium Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdEmailMessage | 0 | E-mail message. |
wdDocument | 1 | Document. |
wdWebPage | 2 | Web page. |
Remarks
Used with the GetDefaultTheme and SetDefaultTheme methods of the Application object.