Extracting geometry information from Autoshapes

  • Thread starter Thread starter Staffan
  • Start date Start date
S

Staffan

I have followed some information around creating and modifying
Autoshapes with rather negative results. I have a more limited
question about extracting actual geometry information for Autoshapes
in Powerpoint slides.

With VB I can extract basic geometry information for Autoshapes and
get the Type, Top, Left, Height, Width and Rotation properties of the
Shape.

Using VB and Powerpoint 11 it is now possible to extract coordinates,
including control points for Freeform Autoshapes using the ShapNode
object and the Points property.

I need some more geometry information for Autoshapes, including
Connectors, that can be reshaped using "handles" to be able to specify
them at least reasonable well.

Does anybody know of some methods (even low level interface) that can
be applied to AutoShapes to get the additional geometry information
needed?

Regards

Staffan
 
Staffan,
I haven't grasped your question completely however I think what you are looking for is the Adjustment object.

Regards
Shyam Pillai

----- Staffan wrote: -----

I have followed some information around creating and modifying
Autoshapes with rather negative results. I have a more limited
question about extracting actual geometry information for Autoshapes
in Powerpoint slides.

With VB I can extract basic geometry information for Autoshapes and
get the Type, Top, Left, Height, Width and Rotation properties of the
Shape.

Using VB and Powerpoint 11 it is now possible to extract coordinates,
including control points for Freeform Autoshapes using the ShapNode
object and the Points property.

I need some more geometry information for Autoshapes, including
Connectors, that can be reshaped using "handles" to be able to specify
them at least reasonable well.

Does anybody know of some methods (even low level interface) that can
be applied to AutoShapes to get the additional geometry information
needed?

Regards

Staffan
 
[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

If you (or anyone else reading this message) think that it's important that
PowerPoint provide additional programmatic interfaces to Office Drawing
features, don't forget to send your feedback (in YOUR OWN WORDS, please) to
Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

As with all product suggestions, it's important that you not just state
your wish but also WHY it is important to you that your product suggestion
be implemented by Microsoft. Microsoft receives thousands of product
suggestions every day and we read each one but, in any given product
development cycle, there are only sufficient resources to address the ones
that are most important to our customers so take the extra time to state
your case as clearly and completely as possible.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions)

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Shyam,

Many thanks for your answer. The Adjustment object gives me the
information I was looking for. Now I can generate svg graphics
including more complicated autoshapes from PowerPoint slides.

I have not responded before because my initial question so far have
generated 100 virus mail to me and 200 responses that my mail to was
rejected. Now there is just a few virus mail aday. Is this the way it
works?

Staffan
 
Staffan said:
I have not responded before because my initial question so far have
generated 100 virus mail to me and 200 responses that my mail to was
rejected. Now there is just a few virus mail aday. Is this the way it
works?

Change your display posting address to something like
(e-mail address removed) (Staffan)

That will help prevent the automatic address hunter programs from being
able to understand your real email address.
 
Back
Top