using Word = Microsoft.Office.Interop.Word;
Word
.Application Ap
= new Word
.Application(); object opc = Type.Missing;
doc = Ap.Documents.Add(ref opc, ref opc, ref opc, ref opc);
doc.Content.ParagraphFormat.Alignment = Word.WdParagraphAlignment.wdAlignParagraphCenter;