n.TypeText («Предмети, які ніколи не брали»);
wordapp.Selection.TypeParagraph ();. Selection.TypeText («1006 Бог як ілюзія");. Selection.TypeParagraph ();. Selection.TypeText («1008 PHP. Рецепти програмування» );. Selection.TypeParagraph ();. Selection.TypeText («1009 Підшивка Autobild 2010 р.»);. Selection.TypeParagraph ();. Selection.TypeText («1010 Підшивка Сhip 2012 р.»); . Selection.TypeParagraph ();. Selection.TypeText («1011 Підшивка GAME.EXE 1997»);. Selection.TypeParagraph ();. Selection.TypeText («1012 Підшивка Сomputer Build 2007»);. Selection . TypeParagraph ();. Selection.TypeText («1005 Цікава фізика»);. Selection.TypeParagraph ();=worddocument.Paragraphs [2];. Range wordrange=wordparagraph.Range;
/ / Підготовляємо параметри для збереження документаfileName=@ «C: Документ2.doc»;
Object fileFormat=Word.WdSaveFormat.wdFormatDocument; lockComments=false; password=«»; addToRecentFiles=false; writePassword=«»; readOnlyRecommended=false; embedTrueTypeFonts=false; saveNativePictureFormat=false ; saveFormsData=false; saveAsAOCELetter=Type.Missing; encoding=Type.Missing; insertLineBreaks=Type.Missing; allowSubstitutions=Type.Missing; lineEnding=Type.Missing; addBiDiMarks=Type.Missing;
# if OFFICEXP.SaveAs2000 (ref fileName,
# else.SaveAs (ref fileName,
# endiffileFormat, ref lockComments, password, ref addToRecentFiles, ref writePassword, readOnlyRecommended, ref embedTrueTypeFonts, saveNativePictureFormat, ref saveFormsData, saveAsAOCELetter, ref encoding, ref insertLineBreaks, allowSubstitutions, ref lineEnding, ref addBiDiMarks);
} (Exception ex)
{= ex.Message;
}
} void helpToolStripMenuItem_Click (object sender, EventArgs e)
{. ShowHelp (this, «C: Help.chm»);
}
}
}