I am adding textboxes to a slide by using AddTextBox method.

Now i want to format these textboxes according to the chosen template (which may vary according to user's selection).

Currently the textboxes contain some default styles. but i want to be the same as defined in the SlideMaster. for example, if the MasterSlide's body text is Arial 12 Bold, then i want the dynamically added textbox to be following the same conventions....

Any ideas ??