Skip to main content
Legend
November 22, 2011
Answered

Copy text range

  • November 22, 2011
  • 1 reply
  • 760 views

Hello,

I would like to copy a text range from one location to another without messing up the users paste board.

The copied text needs to have the same attributes as the source text.

Thanks.

This topic has been closed for replies.
Correct answer Markus Freitag

Hi,

you can use IComposeScanner to get the text and ITextModelCmds to insert it.

Markus

1 reply

Markus FreitagCorrect answer
Inspiring
November 23, 2011

Hi,

you can use IComposeScanner to get the text and ITextModelCmds to insert it.

Markus

PickoryAuthor
Legend
November 23, 2011

Thank you  Markus.