2 つの JEditorPane があります。ある JEditorPane の本文からテキストを取得し、それを別の JEditorPane に追加したいと考えています。.getText() を使用した最初の JEditorPane からの出力は次のとおりです。
<html>
<head>
</head>
<body>
Here is some <b>bold text</b>
</body>
</html>
太字のタグを含む本文の文字列全体を取得したい
2 つの JEditorPane があります。ある JEditorPane の本文からテキストを取得し、それを別の JEditorPane に追加したいと考えています。.getText() を使用した最初の JEditorPane からの出力は次のとおりです。
<html>
<head>
</head>
<body>
Here is some <b>bold text</b>
</body>
</html>
太字のタグを含む本文の文字列全体を取得したい