Paragraph ph = new Paragraph(); Run run = new Run(); run.Text = item.CaseContent + " "; ph.Inlines.Add(run); txt_caseDetail.Blocks.Add(ph);