PC Review


Reply
Thread Tools Rate Thread

Accessing individual shapes inside SmartArt or Chart

 
 
RAHUL
Guest
Posts: n/a
 
      19th Oct 2010
Hi All,

I want to access the individual shapes inside the smart art and save
them as images (gif/png).
I could use the shape.Export (even though its undocumented) method on
the whole smartArt object. but when I try to do the following, it
gives me an error in shape1.Export call saying "Runtime error 80048240
Shape (unknown member): Invalid request

For x = 1 To smartArtShape.GroupItems.Count
Set shape1 = .GroupItems.Item(x)
shape1.Export strName, ppShapeFormatGIF, 100, 100
Next x

Is there a way to get the images of individual shapes inside smartArt
object. I want to get them because I want to simulate the "one by one"
animation applied on the smart art using some other technology.

I also want to get the images of individual shapes (Cylinders, cones,
etc.) inside a Chart object, but I could not find any information on
that too.
Any help is greatly appreciated.

Thanks in advance

 
Reply With Quote
 
 
 
 
Jim Cone
Guest
Posts: n/a
 
      19th Oct 2010
You have a response in your identical post in public.office.developer.vba.




"RAHUL" <(E-Mail Removed)>
wrote in message
news:9de523af-e7b1-4bc2-bc08-(E-Mail Removed)...
Hi All,
I want to access the individual shapes inside the smart art and save
them as images (gif/png).
I could use the shape.Export (even though its undocumented) method on
the whole smartArt object. but when I try to do the following, it
gives me an error in shape1.Export call saying "Runtime error 80048240
Shape (unknown member): Invalid request

For x = 1 To smartArtShape.GroupItems.Count
Set shape1 = .GroupItems.Item(x)
shape1.Export strName, ppShapeFormatGIF, 100, 100
Next x

Is there a way to get the images of individual shapes inside smartArt
object. I want to get them because I want to simulate the "one by one"
animation applied on the smart art using some other technology.

I also want to get the images of individual shapes (Cylinders, cones,
etc.) inside a Chart object, but I could not find any information on
that too.
Any help is greatly appreciated.

Thanks in advance

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sizing SmartArt shapes mindywa Microsoft Powerpoint 1 16th Sep 2009 09:44 PM
Re: Resizing shapes in SmartArt Echo S Microsoft Powerpoint 2 15th Jul 2009 07:14 PM
problems printing shapes/SmartArt katherine Microsoft Powerpoint 1 18th Feb 2008 02:32 AM
SmartArt - aligning the shapes automatically DeDe Microsoft Powerpoint 1 27th Nov 2007 08:08 AM
Accessing a chart's sub-shapes programmatically Uzi Microsoft Powerpoint 4 16th Feb 2006 08:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:26 PM.