Sort Score
Result 10 results
Languages All
Labels All
Results 8,231 - 8,240 of 113,584 for

presentations

(0.06 sec)
  1. Fuente incrustada - API de PowerPoint C#|Docume...

    Utiliza fuentes incrustadas en presentaciones de PowerPoint en C# o .NET...using ( Presentation presentation = new Presentation ( "EmbeddedFonts...pptx" )) { ISlide slide = presentation . Slides [ 0 ]; // Renderiza...

    docs.aspose.com/slides/es/net/embedded-font/
  2. Usuń adnotację ODP za pomocą .NET | products.as...

    Kod źródłowy C# do usuwania adnotacji w formacie ODP na platformach .NET Framework, .NET Core, Windows Azure, Mono lub Xamarin....C# using (Presentation presentation = new Presentation( "example...from the presentation foreach ( var author in presentation.CommentAuthors)...

    products.aspose.com/slides/pl/net/annotation/odp/
  3. Remplacement des Images dans la Collection d'Im...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....l’intérieur en utilisant la classe Presentation . Chargez une image depuis...présentation using Presentation presentation = new Presentation ( "presentation...

    docs.aspose.com/slides/fr/net/replacing-images-...
  4. 管理 SmartArt 形状|Aspose.Slides 文档

    在 C# 或 .NET 中管理 PowerPoint 演示文稿中的 SmartArt...SmartArt 形状,请按照以下步骤操作: 创建 Presentation 类的实例。 通过使用其索引获取幻灯片的引用。 通过设置其...实例化演示文稿 using ( Presentation pres = new Presentation ()) { // 访问演示文稿幻灯片...

    docs.aspose.com/slides/zh/net/manage-smartart-s...
  5. عارض العروض التقديمية|وثائق Aspose.Slides

    عارض PPT PowerPoint في جافا...الخطوات أدناه: أنشئ مثيلًا من Presentation class. احصل على مرجع الشريحة...Instantiate a Presentation class that represents the presentation file...

    docs.aspose.com/slides/ar/java/presentation-vie...
  6. Redimensionnement des Formes sur la Diapositive...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....présentation SharedPtr < Presentation > presentation = System :: MakeObject...MakeObject < Presentation > ( u "D: \\ TestResize.ppt" ); // Ancienne...

    docs.aspose.com/slides/fr/cpp/re-sizing-shapes-...
  7. 幻灯片布局|Aspose.Slides for PHP 文档

    设置PowerPoint幻灯片大小和选项...getLayoutSlides() 和 getMasters() 等属性,位于 Presentation 类下。 为了执行相关任务,Aspose.Slides提供...幻灯片母版 文章。 将幻灯片布局添加到演示文稿 创建一个 Presentation 类的实例。 访问 MasterSlide集合 。...

    docs.aspose.com/slides/zh/php-java/slide-layout/
  8. Chroń pliki prezentacji ODP za pomocą .NET | pr...

    Kod źródłowy C# do ochrony prezentacji ODP....C# using (Presentation presentation = new Presentation( "pres.odp"...odp" )) { presentation.ProtectionManager.Encrypt( "123123" );...

    products.aspose.com/slides/pl/net/protect/odp/
  9. Odblokuj pliki prezentacji ODP za pomocą .NET |...

    Kod źródłowy C# usuwający ochronę z prezentacji ODP....}; using (Presentation presentation = new Presentation( "pres.odp"...odp" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/pl/net/unlock/odp/
  10. Odblokuj pliki prezentacji PPT za pomocą .NET |...

    Kod źródłowy C# usuwający ochronę z prezentacji PPT....}; using (Presentation presentation = new Presentation( "pres.ppt"...ppt" , loadOptions)) { presentation.ProtectionManager.RemoveEncryption();...

    products.aspose.com/slides/pl/net/unlock/ppt/