Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ODFDOMAPIを使用することをお勧めします。可能であれば、ファイル全体の内容を文字列に入れたいと思います。そうでない場合、特定の部分文字列をファイルでどのように検索しますか?
前もって感謝します。
odtドキュメントをロードしてから、コンテンツルートを取得する必要があります。そこから、文字列を返すテキストコンテンツを取得します。これで、文字列を使用して検索する方法がわかりますか?例えば:
TextDocument document = TextDocument.loadDocument("test.odt"); String texts = document.getContentRoot().getTextContent());