Java JTextPane 斜体帮助

发布于 2024-10-15 20:22:08 字数 135 浏览 6 评论 0原文

因此,我正在开发一个 Java GUI 应用程序,其中 JTextPane 中有斜体样式的文本,用户可以复制该文本。我需要的是用户能够将文本复制并粘贴到 Microsoft Word 文档中,而不会丢失斜体样式。目前,粘贴时一切都会变为纯文本。我该怎么做?

So I am working on a Java GUI application where there is text styled with italics in a JTextPane which the user can copy. What I need is the user to be able to copy and paste the text into a Microsoft Word document without losing the italic styling. At the moment it all changes to plain text when pasted. How can I do this?

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

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

发布评论

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

评论(1

画尸师 2024-10-22 20:22:08

设置适当的 EditorKit,例如 RTFEditorKit 或 HTMLEditorKit。

Set proper EditorKit e.g. RTFEditorKit or HTMLEditorKit.

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