Is there a way to get plain text content of jEditorPane whose contentType is text/html?
Using jEditorPane.getText()
gives the whole html code plugged in the EditorPane.
Can you help me solve this problem? Thank you in advance.
Is there a way to get plain text content of jEditorPane whose contentType is text/html?
Using jEditorPane.getText()
gives the whole html code plugged in the EditorPane.
Can you help me solve this problem? Thank you in advance.