BaseExtensions can be used to paste and format text in Word. This feature contains several tools, which will be elaborated in this article.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\09_W_pasteFormat.xml
CMD: <cmd case="BaseExtensions:paste-content-as-picture"/>
Description: Will paste copied content as a picture where the cursor is placed in the document.
Parameters: None.
CMD: <cmd case="BaseExtensions:paste_unformatted"/>
Description: Will paste copied text without any formatting.
Parameters: None.
CMD: <cmd case="BaseExtensions:remove-font-formatting"/>
Description: Removes all font formatting from selected text (i.e. italic, bold, color, font style, font size, etc.).
Parameters: None.
CMD: <cmd case="BaseExtensions:remove-paragraph-formatting"/>
Description: Removes all paragraph formatting from selected text (i.e. indent level, line spacing, etc.).
Parameters: None.
CMD: <cmd case="BaseExtensions:remove-all-formatting"/>
Description: Works as a combination of the two above-mentioned features and removes both font formatting and paragraph formatting from selected text.
Parameters: None.
Comments
0 comments
Article is closed for comments.