Пример #1
0
 static void CopyTitle(Wd.Document target, Wd.Document source)
 {
     target.SetBuiltInProp("Title", source.GetBuiltInProp("Title"));
 }