From: Chirag on 5 Apr 2010 09:03 If you are using PowerPoint 2007, you can perhaps save the presentation file in the new XML format and look at the shape hierarchy in the slide's XML data. You would have to process the .pptx/.pptm file separately though (not through PowerPoint OM). - Chirag PowerShow - View multiple PowerPoint slide shows simultaneously http://officeone.mvps.org/powershow/powershow.html "EricG" <EricG(a)discussions.microsoft.com> wrote in message news:1731E392-FEE2-483B-85EB-F397CA2AE447(a)microsoft.com... > I appreciate your reply. I have gone down that road already, but it's > painful having to keep track of what was grouped together so I can regroup > later on. It surprises me that a natural hierarchal structure like > grouping > is not (easily) tracked in either the Shape object or the Group object. > > Thanks, > > Eric
From: Chirag on 5 Apr 2010 10:19 And in previous PowerPoint versions, you can go through the HTMLProject object of the presentation to access the groups and sub-groups. Again, you need to parse the XML data. - Chirag Display Assistant - Display a slide show on multiple monitors http://officeone.mvps.org/display_assist/display_assist.html "Chirag" <Chirag(a)discussions.microsoft.com> wrote in message news:OgNPhBM1KHA.5004(a)TK2MSFTNGP05.phx.gbl... > If you are using PowerPoint 2007, you can perhaps save the presentation > file in the new XML format and look at the shape hierarchy in the slide's > XML data. You would have to process the .pptx/.pptm file separately though > (not through PowerPoint OM). > > - Chirag > > PowerShow - View multiple PowerPoint slide shows simultaneously > http://officeone.mvps.org/powershow/powershow.html > > "EricG" <EricG(a)discussions.microsoft.com> wrote in message > news:1731E392-FEE2-483B-85EB-F397CA2AE447(a)microsoft.com... >> I appreciate your reply. I have gone down that road already, but it's >> painful having to keep track of what was grouped together so I can >> regroup >> later on. It surprises me that a natural hierarchal structure like >> grouping >> is not (easily) tracked in either the Shape object or the Group object. >> >> Thanks, >> >> Eric
|
Pages: 1 Prev: how to get paste on cumputer Next: auto_print still doesn't work |