BaseExtensions can be used to change visibility of text in a document in Word. With this feature, we are able to show or hide text based on a specific font style.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\39_W_showHideFontStyle.xml
CMD
<Cmd case="BaseExtensions:show-hide-font-style" style-name="xxx" show="xxx"/>
Parameters
style-name
Define name of style that should be shown or hidden.
show
Define true
or false
depending on whether the style should be shown or hidden.
BEWARE: This feature will NOT overwrite manual character formatting.
This is because the feature is not actually looking at the content of the document.
Comments
0 comments
Article is closed for comments.