spire.doc for java 5.2.3已发布。该版本支持在段落中查找所有匹配的字符串,并增强了word到pdf以及html到word的转换功能。此外还修复了加载word文件时程序抛出“operation is not valid due to the current state of the object”等已知问题。详情请阅读以下内容: 新功能: 支持在段落中查找所有匹配的字符串。 document document = new document(); document.loadfromfile("sample.docx"); section s = document.getsections().get(0); paragraph para = s.getparagraphs().get(0); //第一种方式 textselection[] textselections = para.findallstring("the",…