BaseExtensions can delete text throughout a whole presentation, or on a single slide, based on what effect is applied or what color the text has. This is typically used for deleting redactional text.
Module is located here:
...\ModuleLibrary\BaseExtensions\04_nocontext_MISC\21_P_deleteRedactionalText.xml
Configuration
range
Required parameter. This parameter defines where the text should be deleted. Can either be set to "slide"
or "presentation"
. If set set to "slide"
, relevant text is only deleted on the current active slide. If set to "presentation"
, relevant text is deleted throughout the whole presentation.
effect
Required parameter. This parameter defines what effect the command should look for, when deleting text. This parameter can be set to one of the following
"strikethrough"
: deletes text with the strikethrough effect.
"bold"
: deletes text with the bold effect.
"italic"
: deletes text with the italic effect.
"underline"
: deletes text with the underline effect.
"color"
: deletes text with a specific RGB value, specified in the "colorRGB" parameter
colorRGB
Set this to the RGB value of the color text you want deleted. E.g. if you want to delete all red text in a presentation, you set it as colorRGB="255,0,0"
Comments
0 comments
Please sign in to leave a comment.