Application.GetDefaultTheme Method (Word)

Returns a String that represents the name of the default theme plus the theme formatting options Microsoft Word uses for new documents, e-mail messages, or Web pages.

Syntax

expression .GetDefaultTheme(DocumentType)

expression Required. A variable that represents an Application object.

Parameters

Name

Required/Optional

Data Type

Description

DocumentType

Required

WdDocumentMedium

The type of new document for which you want to retrieve the default theme name.

Remarks

You can also use the ThemeName property to return and set the default theme for new e-mail messages.

Example

This example displays the name of the theme Word uses for new Web pages.

MsgBox Application.GetDefaultTheme(wdWebPage)

See Also

Concepts

Application Object Members

Application Object