C# und Powerpoint(neue Folie erstellen)
-
Hallo ich hab hier mit C# schon ein neues ppt dokument erstellt.
Microsoft.Office.Interop.PowerPoint.Application myApplication= new Microsoft.Office.Interop.PowerPoint.ApplicationClass(); myApplication.Visible=Microsoft.Office.Core.MsoTriState.msoTrue; myApplication.Presentations.Add(Microsoft.Office.Core.MsoTriState.msoTrue);
nur wie binde ich nun eine neue Folie(slide) ein? ich krieg das alles nicht hin..
man muss natürlich folgendes einbinden:
using Microsoft.Office.Interop.PowerPoint;