BaseExtensions can be used to change font and font size in headers and footers in Excel.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\36_E_changeFontInHeaderFooter.xml
CMD
<Cmd case="BaseExtensions:apply-header-footer-formatting"/>
Parameters
type
Define which header or footer the formatting should be applied to.
left-header
Changes font in left header.
right-header
Changes font in right header.
center-header
Changes font in center header.
left-footer
Changes font in left footer.
right-footer
Changes font in right footer.
center-footer
Changes font in center footer.
fontSize
Define font size, e.g. "16".
fontName
Define font name, e.g. "Times New Roman".
Use the commands in conjunction to, for instance, change all headers and footers at once.
Comments
0 comments
Article is closed for comments.