M
manoj
Hi All,
I am working on a C#.NET application.In which I need to get all the
powerpoint slide objects and convert them into flash (.swf) format. I am
using Microsoft Powerpoint 12.0 Object Library to read objects from slide. I
am able to extract text and images from a pptx slide and convert it into
flash file format. But I am getting problem to read WordArt object from slide.
Microsoft documentation says there is TextEffectFormat object for WordArt
and TextFrame object for plain text. But TextEffectFormat object works for
both plain text and WordArt. Then how can you identify that WordArt is
applied on this text or not ? It's very important for me to differentiate as
i need to apply different conversion methods for plain text and WordArt ?
Can anybody tell me how to differentiate between plain text and WordArt in
Powerpoint slide shape ? I would be very thankful to you for your help.
Thanks,
Manoj
I am working on a C#.NET application.In which I need to get all the
powerpoint slide objects and convert them into flash (.swf) format. I am
using Microsoft Powerpoint 12.0 Object Library to read objects from slide. I
am able to extract text and images from a pptx slide and convert it into
flash file format. But I am getting problem to read WordArt object from slide.
Microsoft documentation says there is TextEffectFormat object for WordArt
and TextFrame object for plain text. But TextEffectFormat object works for
both plain text and WordArt. Then how can you identify that WordArt is
applied on this text or not ? It's very important for me to differentiate as
i need to apply different conversion methods for plain text and WordArt ?
Can anybody tell me how to differentiate between plain text and WordArt in
Powerpoint slide shape ? I would be very thankful to you for your help.
Thanks,
Manoj