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.
因此,我正在开发一个 Java GUI 应用程序,其中用户可以复制的 JTextPane 中有斜体样式的文本。我需要的是用户能够将文本复制并粘贴到 Microsoft Word 文档中,而不会丢失斜体样式。目前,粘贴时它全部变为纯文本。我怎样才能做到这一点?
设置适当的 EditorKit,例如 RTFEditorKit 或 HTMLEditorKit。