Skip to main content
Participating Frequently
February 19, 2007
Question

How to Insert the Text in Selected Text Frame-Reg.

  • February 19, 2007
  • 2 replies
  • 463 views
Dear all,

I am using the SnipperRunner - SDK, and create the TextFrame, but I can't insert the Text in the Particular Frame. so please give me the soultions,

(*) Create TextFrame is ok,
(*) Select TextFrame is also ok,
(*) now, my Query ->

How to Insert the Text in the Selected Frame?. (or)
How to Link the Selectable Frame and my Text.? (or)
How come to know the TextFrame is select?.

Please any one can suggest me through the Coding....I will appreciate you...

Thanks & Regards,
T.R.Harihara SudhaN
This topic has been closed for replies.

2 replies

Participating Frequently
February 19, 2007
Dear Bernt

Many thanks for your Responce,

Thanks & Regards
T.R.Harihara SudhaN
Participating Frequently
February 19, 2007
Hi,

you have to get the TextModel associated with the textframe. Once you got that, ITextModel has an Insert()-method. You could also process kInsertTextCmdBoss - there are quite a few examples around. I believe WriteFishPrice also inserts text into a frame, just as an example. Good luck ...

Bernt