Help for this page

Select Code to Download


  1. or download this
    for ($Word->Options) {
      $_->{LocalNetworkFile}=0;
      $_->{LabelSmartTags}=0;
    }
    
  2. or download this
    {
      my %opt = (
    ...
      );
      map $Word->Options->{$_} => $opt{$_}, keys %opt;
    }