Sort Score
Result 10 results
Languages All
Labels All
Results 8,981 - 8,990 of 129,942 for

presentations

(0.34 sec)
  1. Aspose.Slides for .NET 14.9.0 的公共 API 和向后不兼容的更改...

    审查 Aspose.Slides for .NET 中的公共 API 更新和破坏性更改,以顺利迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...使用示例: using ( Presentation pres = new Presentation ()) { ISmartArt...SmartArtShape。 using ( Presentation pres = new Presentation ()) { ISmartArt...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  2. Visualizza o modifica i metadati dei file FODP ...

    Python codice sorgente per modificare o visualizzare i metadati del formato FODP....DocumentProperties esposta dall’oggetto Presentation per accedere alle proprietà...the Presentation class that represents the Presentation with...

    products.aspose.com/slides/it/python-net/metada...
  3. Visualizza o modifica i metadati dei file ODP u...

    Python codice sorgente per modificare o visualizzare i metadati del formato ODP....DocumentProperties esposta dall’oggetto Presentation per accedere alle proprietà...the Presentation class that represents the Presentation with...

    products.aspose.com/slides/it/python-net/metada...
  4. Bekijk of bewerk metadata van FODP bestanden me...

    Python broncode om metadata in FODP-indeling te bewerken of te bekijken....the Presentation class that represents the Presentation with...with slides . Presentation(path + "ModifyBuiltinPropert.fodp" ) as...

    products.aspose.com/slides/nl/python-net/metada...
  5. Bekijk of bewerk metadata van PPS bestanden met...

    Python broncode om metadata in PPS-indeling te bewerken of te bekijken....the Presentation class that represents the Presentation with...with slides . Presentation(path + "ModifyBuiltinPropert.pps" ) as...

    products.aspose.com/slides/nl/python-net/metada...
  6. Visa eller redigera metadata för PPS filer med ...

    Källkod för Python för att redigera eller visa metadata i formatet PPS....DocumentProperties som exponeras av Presentation-objektet för att komma åt...the Presentation class that represents the Presentation with...

    products.aspose.com/slides/sv/python-net/metada...
  7. Visa eller redigera metadata för FODP filer med...

    Källkod för Python för att redigera eller visa metadata i formatet FODP....DocumentProperties som exponeras av Presentation-objektet för att komma åt...the Presentation class that represents the Presentation with...

    products.aspose.com/slides/sv/python-net/metada...
  8. Visa eller redigera metadata för PPSX filer med...

    Källkod för Python för att redigera eller visa metadata i formatet PPSX....DocumentProperties som exponeras av Presentation-objektet för att komma åt...the Presentation class that represents the Presentation with...

    products.aspose.com/slides/sv/python-net/metada...
  9. تعليق|توثيق Aspose.Slides

    العمل مع تعليقات الشرائح في Aspose.Slides for .NET: إضافة، رد، تعديل، حل، وتصدير التعليقات في عروض PPT و PPTX و ODP باستخدام أمثلة كود C#....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; var author = presentation . CommentAuthors...

    docs.aspose.com/slides/ar/net/examples/elements...
  10. Fusionner efficacement les présentations en C++...

    Fusionnez facilement les présentations PowerPoint (PPT, PPTX) et OpenDocument (ODP) avec Aspose.Slides pour C++, en simplifiant votre flux de travail.... Chaque objet Presentation possède une collection Slides...= System :: MakeObject < Presentation > ( u "pres1.pptx" ); auto...

    docs.aspose.com/slides/fr/cpp/merge-presentation/