TX Text Control使用式样表处理Word文档的小技巧

TX Text Control使用样式表处理Word文档的小技巧ParagraphStyle psStyle textControl1.ParagraphStyles.

TX Text Control使用样式表处理Word文档的小技巧
ParagraphStyle psStyle = textControl1.ParagraphStyles.GetItem("Heading 1"); psStyle.Italic = true; psStyle.Apply();

?