BaseExtensions can be used to apply a complete Office theme to a document, presentation or sheet. To do so, the certain theme must be exported as a .thmx file.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\61_W_applyOfficeTheme.xml
CMD
<Cmd case="BaseExtensions:apply-theme" path="x"/>
Parameter
path
Define the path where the theme file (.thmx) is located. If the file is located in BaseExtensions in the Content
folder, just type the filename, e.g.: path="FileName.thmx"
. If the file is located somewhere deeper, such as in a another folder in BaseExtensions, the path must be defined as path="AnotherFolder\FileName.thmx"
.
Comments
0 comments
Article is closed for comments.