_Application.GetDefaultTheme(WdDocumentMedium) Method
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.
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.
public:
System::String ^ GetDefaultTheme(Microsoft::Office::Interop::Word::WdDocumentMedium DocumentType);
public string GetDefaultTheme (Microsoft.Office.Interop.Word.WdDocumentMedium DocumentType);
abstract member GetDefaultTheme : Microsoft.Office.Interop.Word.WdDocumentMedium -> string
Public Function GetDefaultTheme (DocumentType As WdDocumentMedium) As String
Parameters
- DocumentType
- WdDocumentMedium
A WdDocumentMedium constant indicating the type of new document for which you want to retrieve the default theme name.
Returns
Remarks
You can also use the ThemeName property to return and set the default theme for new e-mail messages.