Copy formatted data from word document put in Slide Presentation

Hi, I need to extract content(formatted) from ms word document and put it in Aspose.Slide.Presentation - Shape. So I want to replace shape with that text. Could you please suggest how can i achieve the same?

the shape is in in between 1 slide and document can be multi page and 1 more shpe is there above containing table.

@informit123,

I have observed your requirements and like to share that MS Word and MS PowerPoint and are two different documents. You need to use Aspose.Words to extract text from word file and extracting all its textual properties. Then you need to add text to PowerPoint slide shape using Aspose.Slides and setting the textual properties in accordance with Aspose.Slides. There is no overlap or similarity between Aspose.Words and Aspose.Slides API and you need to devise your own approach to extract data from word file and format it using similar properties of Aspose.Slides in PowerPoint presentation. I hope the shared information will be helpful.