_Document.ApplyDocumentTheme(String) Method

Definition

Applies a document theme to a document.

public:
 void ApplyDocumentTheme(System::String ^ FileName);
public void ApplyDocumentTheme (string FileName);
abstract member ApplyDocumentTheme : string -> unit
Public Sub ApplyDocumentTheme (FileName As String)

Parameters

FileName
String

The path and file name of the theme to apply.

Applies to