public void SetParagraph(XWPFParagraph p) { if (ctTc.SizeOfPArray() == 0) { ctTc.AddNewP(); } ctTc.SetPArray(0, p.GetCTP()); }