i want a way to send content of textflow to ms word with same format
i think with
Clipboard.generalClipboard.setData and RICH_TEXT_FORMAT withe code
which p.getText() is text of paragraph (p)
Clipboard.generalClipboard.setData(ClipboardFormats.HTML_FORMAT,p.getT ext() );
but i get error
how can i solve this problem
thanks in advance