S
sashidhar
Hi friends..!
I created some powerpoint slides using c#.net.
Is there any way to access the values of the text from powerpoint..!
Example:-
I added
activeSlide.Shapes.AddTextbox(MsoTextOrientation.msoTextOrientationHorizontal, mileDescLeft, mileDescTop, mileDescWidth, mileDescHeight); in Powerpoint .
i Have Read the Value after Drawing.. after it is saved and closed i have to
read the value from powerpoint slide..!
If I Change the Text in powerpoint active slide is there way to get
text of the changed one..!
ThankYou
I created some powerpoint slides using c#.net.
Is there any way to access the values of the text from powerpoint..!
Example:-
I added
activeSlide.Shapes.AddTextbox(MsoTextOrientation.msoTextOrientationHorizontal, mileDescLeft, mileDescTop, mileDescWidth, mileDescHeight); in Powerpoint .
i Have Read the Value after Drawing.. after it is saved and closed i have to
read the value from powerpoint slide..!
If I Change the Text in powerpoint active slide is there way to get
text of the changed one..!
ThankYou