摘要: 最近需要对WPF中的FlowDocument进行解析编辑操作,理想的办法是解析成FlowDocument对象,但是有些操作不是很方便。 FlowDocument实际上还是XML,我直接使用XDocument去进行解析操作更方便。 如下就是一个FlowDocument的一个段落 1 <Section 阅读全文
posted @ 2024-05-29 11:57 zhaotianff 阅读(9) 评论(0) 推荐(0) 编辑