Sort Score
Result 10 results
Languages All
Labels All
Results 9,521 - 9,530 of 129,961 for

presentations

(0.6 sec)
  1. 搜索

    搜索... 首先,使用 Presentation 類加載 PowerPoint 演示文稿。 然後,使用...TransitionType 枚舉設置幻燈片過渡類型。 最後,使用 Presentation.Save(String, SaveFormat)...

    blog.aspose.com/zh-hant/slides/add-slide-transi...
  2. Procurar

    Procurar...atualizada usando o método Presentation.Save(String, SaveFormat)... // Instanciar a classe Presentation que representa o arquivo...

    blog.aspose.com/pt/slides/set-background-in-pow...
  3. أرشيف

    أرشيف...لون الموضوع في PowerPoint Presentation باستخدام C ++ تعيين خط الموضوع...الموضوع في PowerPoint Presentation باستخدام C ++ تغيير نمط خلفية...

    blog.aspose.com/ar/slides/apply-theme-in-powerp...
  4. Архів

    Архів...наявну за допомогою класу Presentation . Потім встановіть нижній...колонтитул за допомогою методу Presentation.HeaderFooterManager.Set...

    blog.aspose.com/uk/slides/add-header-footer-in-...
  5. 在 C++ 中创建演示文稿查看器|Aspose.Slides 文档

    使用 Aspose.Slides 在 C++ 中创建自定义演示文稿查看器。轻松显示 PowerPoint 和 OpenDocument 文件,而无需 Microsoft PowerPoint。...从演示文稿幻灯片生成 SVG 图像,请按照以下步骤操作: 创建 Presentation 类的实例。 通过索引获取幻灯片引用。 打开文件流。...= 0 ; auto presentation = MakeObject < Presentation > ( u "sample...

    docs.aspose.com/slides/zh/cpp/presentation-viewer/
  6. 在 .NET 中打开演示文稿|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 轻松打开 PowerPoint (.pptx, .ppt) 和 OpenDocument (.odp) 演示文稿——快速、可靠、功能完善。... 打开演示文稿 要打开现有演示文稿,请实例化 Presentation 类,并将文件路径传递给其构造函数。 下面的 C#...// 实例化 Presentation 类并将文件路径传递给其构造函数。 using ( Presentation presentation...

    docs.aspose.com/slides/zh/net/open-presentation/
  7. 档案

    档案... 使用 Presentation 类加载源和目标演示文稿。 使用 Presentation.getSlides()...getSlides() 方法循环播放源演示文稿的幻灯片。 使用 Presentation.getSlides().addClone(ISlide)...

    blog.aspose.com/zh/slides/merge-powerpoint-pres...
  8. How to Make a Pie Chart in PowerPoint using Python

    This short topic guides how to make a pie chart in PowerPoint using Python along with the detailed steps to configure the environment and use the example code. The example provides sample code to add pie chart to PowerPoint using Python....empty PowerPoint presentation using the Presentation class object...to add a Pie chart in the presentation Access the default first...

    kb.aspose.com/slides/python/how-to-make-a-pie-c...
  9. Изображение|Документация Aspose.Slides

    Работа с изображениями в Aspose.Slides for .NET: вставка, обрезка, сжатие, изменение цвета и экспорт изображений с примерами на C# для презентаций PPT, PPTX и ODP....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // Создайте простое изображение...

    docs.aspose.com/slides/ru/net/examples/elements...
  10. Lưu trữ

    Lưu trữ... using (Presentation presentation = new Presentation("pres.pptx"))...pptx")) { presentation.ProtectionManager.Encrypt("123123"); presentation...

    blog.aspose.com/vi/slides/encrypt-ppt-csharp/