_Document.ApplyDocumentTheme(String) 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.
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.