如何在 jtextarea 中获取突出显示的文本

发布于 2024-11-15 17:09:06 字数 141 浏览 2 评论 0原文

我有一个包含一些文本的 jtextarea。我使用 java highligher 来突出显示 jtextarea 上的一些文本。我想将该文本区域的内容打印到另一个带有突出显示文本的文本区域。这可能吗? 或者有什么方法可以只获取 jtextarea 中突出显示的文本?

I have a jtextarea with some texts. I use java highligher to highlight some texts on that jtextarea. I want to print the content of that textarea to another textarea with the highlighted texts. Is that possible?
Or is there any way of getting only the highlighted text inside a jtextarea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

丶视觉 2024-11-22 17:09:06

您可以使用 getSelectedText 方法。

You can just ask the text area for the selected text using the getSelectedText method.

提笔书几行 2024-11-22 17:09:06

使用 getHighlights荧光笔的 () 方法。从那里,您可以检索突出显示的开始和结束的偏移量。

Use the getHighlights() method of your Highlighter. From there, you can retrieve the offsets of the start and end of highlighting.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文