Strange OLE object interpretation

We are having WordArt inside PPT slide.
After enumerating all Shapes from Slide, this WordArt shape appears as Aspose.Slides.Shape with no Pathes and no ShapeElements. Also it does not appear on thumbnails.
But considering your documentation I think it should be represented as Aspose.Slides.OleObjectFrame.
Is it a bug or there is something not clear to me?


Aspose.Slides for .NET 2.7.9.0
Problem PPT attached.

WordArt objects are not Ole objects and they are not supported.

We need it as a Picture object only… i mean, we need only thumbnail from WordArt for slide rendering…
Is it possible to implement at least any read-only support for WordArt objects?


WordArt are not OLE objects. They are in MS proprietary binary format and
embedded directly to a presentation. Ppt file doesn’t contain image of such objects
that is why it’s not possible to draw them on thumbnails.