This feature will check the brand identity and locate issues, if there are any. In this way, the user will be able to check whether it is the correct font and colors in the presentation.
Module is located here:
...\ModuleLibrary\BrandChecker\02_nocontext_BrandChecker\
CMDs
<Cmd case="BrandChecker:font_check"/>
<Cmd case="BrandChecker:style_sheet_check"/>
<Cmd case="BrandChecker:color_list_check"/>
<Cmd case="BrandChecker:color_use_check"/>
<Cmd case="BrandChecker:image_distortion_check"/>
<Cmd case="BrandChecker:image_type_check"/>
<Cmd case="BrandChecker:image_style_sheet_check"/>
Use these commands in conjunction.
Content
A .xml-file must be located here:
...\OfficeExtensions\Content\BrandChecker\PowerPoint\Templates\[Client Name]\Master.xml
The Master.xml-file follows this structure:
<?xml version="1.0" encoding="utf-16"?>
<PpDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Colors>
<Theme Type="UseDocumentValue" />
<Additions>
<Value R="255" G="255" B="255"/>
</Additions>
</Colors>
<Fonts>
<FontInclusion Type="UseDocumentValue" />
</Fonts>
</PpDefinition>
<Theme Type="UseDocumentValue" />
adds the color theme of the presentation to the BrandChecker and you can add additional RGB-colors within <Additions>
.
For multiple presentations within the same solution, a custom document property must be added to each presentation:
Name: BrandDefinition
Value: Must be the name of the specific folder located here:
...\OfficeExtensions\Content\BrandChecker\PowerPoint\Templates\"..."
Comments
0 comments
Article is closed for comments.