Paragraph ph = new Paragraph(); Run run = new Run(); run.Text = item.CaseContent + "\r\n"; ph.Inlines.Add(run); txt_caseDetail.Blocks.Add(ph);
Paragraph ph = new Paragraph(); Run run = new Run(); run.Text = item.CaseContent + "\r\n"; ph.Inlines.Add(run); txt_caseDetail.Blocks.Add(ph);
转载于:https://www.cnblogs.com/Iyce/p/3755358.html