Sort Score
Result 10 results
Languages All
Labels All
Results 8,011 - 8,020 of 129,325 for

presentations

(0.84 sec)
  1. Slide Transition|Aspose.Slides for Node.js via ...

    Master slide transitions in Aspose.Slides for Node.js: add, customize, and sequence effects and durations with examples for PPT, PPTX, and ODP Presentations....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  2. SlideTransition|Aspose.Slides for PHP Documenta...

    Control slide transitions in PHP with Aspose.Slides: choose types, speed, sound, and timing to polish Presentations in PPT, PPTX and ODP....addSlideTransition () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); // Apply...

    docs.aspose.com/slides/php-java/examples/elemen...
  3. Note|Aspose.Slides for Node.js via .NET Documen...

    Work with slide notes in Aspose.Slides for Node.js: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear JavaScript examples....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  4. ملاحظة|توثيق Aspose.Slides لـ PHP

    إضافة، قراءة، تعديل وتصدير ملاحظات المتحدث في PHP باستخدام Aspose.Slides: تنسيق النص، إدارة الملاحظات لكل شريحة، والتحكم في الرؤية في PowerPoint وOpenDocument....addNote () { $presentation = new Presentation (); try { $slide...$slide = $presentation -> getSlides () -> get_Item ( 0 ); $notesSlide...

    docs.aspose.com/slides/ar/php-java/examples/ele...
  5. Convert DOC to PPT via C++ or with free Online ...

    Export DOC to PPT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOC to PPT online converter quickly before integrating the code....create a new presentation. The new presentation can then be saved...function Initialize a new Presentation object Add an AutoShape...

    products.aspose.com/total/cpp/conversion/doc-to...
  6. Convert DOTM to PPSX via C++ or with free Onlin...

    Export DOTM to PPSX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to PPSX online converter quickly before integrating the code....the HTML and create a new presentation, which can be saved as a...function Initialize a new Presentation object Add an AutoShape...

    products.aspose.com/total/cpp/conversion/dotm-t...
  7. Convert DOTX to PPSX via C++ or with free Onlin...

    Export DOTX to PPSX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTX to PPSX online converter quickly before integrating the code....for C++ to create a new presentation, and save it as PPSX. Aspose...function Initialize a new Presentation object Add an AutoShape...

    products.aspose.com/total/cpp/conversion/dotx-t...
  8. الشريحة الرئيسة|وثائق Aspose.Slides

    استكشف أمثلة الشرائح الرئيسة في Aspose.Slides for Android: إنشاء وتحرير وتنسيق الشرائح الرئيسة، العناصر النائبة، والسمات في صيغ PPT و PPTX و ODP باستخدام كود Java واضح....addMasterSlide () { Presentation presentation = new Presentation (); try...IMasterSlide defaultMasterSlide = presentation . getMasters (). get_Item...

    docs.aspose.com/slides/ar/androidjava/examples/...
  9. Diapositiva de diseño|Documentación de Aspose.S...

    Utilice PHP para gestionar diapositivas de diseño con Aspose.Slides: crear, aplicar, clonar, renombrar y personalizar marcadores de posición y temas en presentaciones para PPT, PPTX y ODP....addLayoutSlide () { $presentation = new Presentation (); try { $masterSlide...$masterSlide = $presentation -> getMasters () -> get_Item ( 0 );...

    docs.aspose.com/slides/es/php-java/examples/ele...
  10. 幻灯片|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中管理幻灯片:创建、克隆、重新排序、隐藏、设置背景和尺寸、应用切换效果,并导出为 PowerPoint 和 OpenDocument。...您将学习如何使用 Presentation 类添加、访问、克隆、重新排序和删除幻灯片。 下面的每个示例都包括简要说明,随后是...addSlide () { $presentation = new Presentation (); try { // 每...

    docs.aspose.com/slides/zh/php-java/examples/ele...