On Wed, 2 Jan 2008, Ritwik Kumar wrote:
Say a Textbox has some text in one format and some texts in other (A textbox having more than one RichTextRun)

And we need to extract all the Text in their original format and add it to another slide..

I don't believe this is currently supported

Letting you insert new richtextruns into an existing set would be fairly tricky. However, my initial hunch is that adding them onto the end wouldn't be too bad. The internal steps would be:
* expand out the raw text to hold the extra string
* add another entry onto the paragraph styles list and character styles
   list of the textrun's associated StyleTextPropAtom
* attach the TextPropCollection for paragraph and character styles from
   the richtextrun onto the StyleTextPropAtom

Yegor - do you think I've missed any steps? If not, shall we add it in?

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to