1

I need to save the text from StyleClassedTextArea in a variable along with its styling so that i can populate the StyleClassedTextArea with the same styled text later

String text = styleClassedTextArea.getText();

This only saves the plain text

I need to populate the StyleClassedTextArea with the saved styled text like this

styleClassedTextArea.insertText(0, text );
Rahul Yadav
  • 2,627
  • 5
  • 30
  • 52

0 Answers0