Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / September 2007

Tip: Looking for answers? Try searching our database.

Microsoft Power Point Visual Basic Editor Object Browser

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Medha - 03 Sep 2007 07:26 GMT
Hello,
I am working on a JAVA application. I am calling JNI APIs written in C+
+ through the code.
The application invokes Mircosoft power point. I need to copy the
NotesPage of a slide of a ppt and paste it to another ppt's slide's
NotesPage. I need to know how to do it in C++.
Steve Rindsberg - 03 Sep 2007 16:58 GMT
> Hello,
> I am working on a JAVA application. I am calling JNI APIs written in C+
> + through the code.
> The application invokes Mircosoft power point. I need to copy the
> NotesPage of a slide of a ppt and paste it to another ppt's slide's
> NotesPage. I need to know how to do it in C++.

Each slide has a notes page that's effectively part of the slide itself.  You
can't delete the notes page from a slide or add notes pages without slides.  So
you can't copy a notes page from one  slide to another.

But you could delete all the shapes on slide A then copy all the shapes from
slide B to slide A.

If that'd suit your needs and you need help with it, ask away (expect that most
answers will be in VBA though ... that'll give you the method; you'll need to
translate it to your language.)

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
medhamanoli@gmail.com - 04 Sep 2007 06:16 GMT
> In article <1188800800.451575.62...@r34g2000hsd.googlegroups.com>, Medha wrote:
> > Hello,
[quoted text clipped - 20 lines]
> PPTools:  www.pptools.com
> ================================================

Hi,
Thanks for the information.
I tried copying all the shapes from source slide into destination
slide, but the notes page content is not copied.
Yes, the answers will be in VBA, i will translate it into C++.
Please suggest.
Steve Rindsberg - 04 Sep 2007 17:20 GMT
> > In article <1188800800.451575.62...@r34g2000hsd.googlegroups.com>, Medha wrote:
> > > Hello,
[quoted text clipped - 27 lines]
> Yes, the answers will be in VBA, i will translate it into C++.
> Please suggest.

First suggestion:  use a name but not a real email address when you post here.  The
spammers LOVE to come fishing for email addresses; you don't want them to catch
you.

Now, since you already know how to copy shapes from one slide to another, you're
most of the way there.

Instead of copying each shape in the .Slide.Shapes collection, copy each shape in
.Slide.NotePage.Shapes

Other than that, the same code should work for each.

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.