This event allows the admin to add/edit autocorrect entries in Word. The command only works in Word, but adds the spelling language replacement entry for Word, Excel, PowerPoint, and Outlook.
Module is located here:
\ModuleLibrary\Events\AutocorrectManagement\BaseExtensions.xml
CMD
<Cmd case="BaseExtensions:autocorrect-entries" Name="xx" Value="xx" IANA="xx"/>
Parameter
name
The text that is to be replaced when typing.
value
The text that will replace the typed name when typing.
IANA
The spelling language that will have this entry added. Word enumeration type language ID is found in this list. If this parameter is not used, the current spelling language when starting Word will have this entry added.
For instance:
<event type="BaseExtensions:NewDocument"> <Cmd case="BaseExtensions:autocorrect-entries" Name="test" Value="TSET" IANA="wdEnglishUK"/> </event>
Comments
0 comments
Article is closed for comments.