With BaseExtensions, we are able to change style properties in Word. Here, we can toggle the "Page break before" based on a specified style.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\71_changeStyleProperty.xml
CMD
<Cmd case="BaseExtensions:change-style-property"/>
Parameters
style
Define name of the style the toggle should be based on. You can either use custom styles or builtin ones. Use this link.
togglepagebreak
Define this parameter to be true
if the command should toggle the "Page break before".
Comments
0 comments
Article is closed for comments.