سؤال

How do I split a grouped picture of a PPT-shape into single items with C#; similar to the ungroup-function of PowerPoint. If you do it in PowerPoint, you can split e.g. a ClipArt Picture into its single elements, but how do I do this using C# code?

Where can I find the reference to the shape-picture. Can I use DrawingGroup in anyway here?

لا يوجد حل صحيح

نصائح أخرى

There is a built in method on the PowerPoint shape object

shape.Ungroup()

Is that what you want?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top