我现在自己创建了一个word,我想在我创建的这个word(没保存,还在写内容中)中添加入另一个word的所有内容,然后实现打印。怎么把另一个word的内容添加到我所创建的word中static Object Nothing = System.Reflection.Missing.Value;
        static Microsoft.Office.Interop.Word.Application wordApp = new ApplicationClass();
        static Microsoft.Office.Interop.Word.Document wordDoc = wordApp.Documents.Add(ref Nothing, ref Nothing, ref Nothing, ref Nothing);