Help for this page

Select Code to Download


  1. or download this
       $word_app->ActiveWindow->ActivePane->View->{Type} = wdPrintView;
    
    ...
       $word_app->Selection->WholeStory;
    
       $word_app->Selection->Fields->Update;
    
  2. or download this
    $sections=$doc->Sections->Count();