I know how to make a new slide in an active presentation in Powerpoint. It works like this:

tell application "Microsoft PowerPoint"
set newSlideC to make new slide at before slide 2 of active presentation ¬
                with properties {layout:slide layout media clip and text}
end tell

(I stole this snippet from 
http://www.mactech.com/vba-transition-guide/index-094.html)

Now I would like to do the same via Scripting Bridge in my Cocoa app.

But I seem to be unable to find the appropriate classes, objects, methods, or properties in Powerpoint.h
(which I created with this command:
sdef /Applications/Microsoft\ Office\ 2008/Microsoft\ PowerPoint.app | sdp -fh --basename Powerpoint
)

According to Script Editor's dictionary of Powerpoint, the "make" command is in the 'Standard Suite'. But I have no idea how to find it's defintion, let alone how to use it from my Cocoa application.

Could somebody please give a hint to me?
Since I'm not (yet) subscribed to the applescript-users mailing list, I am taking the liberty to post my question here.

Thanks a lot in advance.

Best regards,
Gabriel.


____________________________________________________________
Eigentlich bin ich ganz anders, nur komme ich so selten dazu.
                                      ( Ödön von Horváth )
____________________________________________________________
               http://zach.in.tu-clausthal.de
____________________________________________________________









Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to