K
ktuser
Hi,
I import data from a Delphi application to PowerPoint using ole automation.
In one slide I have 3 text boxes, each represents one column on the slide.
First two have one level of indentation and the third one has two levels of
indentation. I use copy/paste functionality to make multiple copies of a
slide using the following code.
QuestSlide.Copy;
FPresentation.Slides.Paste(Slide.SlideIndex+1);
This Copy and paste functionality works fine in all the previous versions of
powerpoint but does not in the PowerPoint 2007, it looses Object style of the
third text box. It carries only one indentatoin of the third text box the
second indentation is lost.
My template is setup like this. One distinction and a distinction can have
multiple changes
-Distinction
+change one
+change two
+change three
after I copy and paste the slide data appeared in the following format which
is wrong it should have appeared in the above format. During copy & paste
process the slide looses its second indentation and bullet image. And all
the data appear
at the distinction level.
-Distinction
-change one
-change two
-change three
Is this a bug or am I missing some thing? Any help is appreciated?
Ktuser
I import data from a Delphi application to PowerPoint using ole automation.
In one slide I have 3 text boxes, each represents one column on the slide.
First two have one level of indentation and the third one has two levels of
indentation. I use copy/paste functionality to make multiple copies of a
slide using the following code.
QuestSlide.Copy;
FPresentation.Slides.Paste(Slide.SlideIndex+1);
This Copy and paste functionality works fine in all the previous versions of
powerpoint but does not in the PowerPoint 2007, it looses Object style of the
third text box. It carries only one indentatoin of the third text box the
second indentation is lost.
My template is setup like this. One distinction and a distinction can have
multiple changes
-Distinction
+change one
+change two
+change three
after I copy and paste the slide data appeared in the following format which
is wrong it should have appeared in the above format. During copy & paste
process the slide looses its second indentation and bullet image. And all
the data appear
at the distinction level.
-Distinction
-change one
-change two
-change three
Is this a bug or am I missing some thing? Any help is appreciated?
Ktuser