WordApp.ActiveWindow.ActivePane.View.SeekView = Word.WdSeekView.wdSeekCurrentPageHeader;
WordApp.Selection.WholeStory();
WordApp.Selection.Font.Name   ="华文新魏";     
WordApp.Selection.Font.Size   =10.5f;   
WordApp.Selection.Font.UnderlineColor   =   Word.WdColor.wdColorAutomatic;   
WordApp.Selection.Font.Underline   =   Word.WdUnderline.wdUnderlineSingle
WordApp.Selection.TypeText( "");
WordApp.ActiveWindow.ActivePane.View.SeekView = Word.WdSeekView.wdSeekMainDocument;