Sort Score
Result 10 results
Languages All
Labels All
Results 7,661 - 7,670 of 129,322 for

presentations

(1.4 sec)
  1. Remove PPT Annotation using Python | products.a...

    Python source code to remove PPT presentation comments... Presentation( "example.ppt" ) as presentation: # Deletes...comments from the presentation for author in presentation . comment_authors:...

    products.aspose.com/slides/python-net/annotatio...
  2. Encre|Aspose.Slides pour Python Documentation

    Manipulez l'encre numérique sur les diapositives en Python avec Aspose.Slides : ajoutez des traits de stylo, modifiez les chemins, définissez la couleur et la largeur, et exportez les résultats vers PowerPoint et OpenDocument.... Presentation ( "ink.pptx" ) as presentation : slide =...= presentation . slides [ 0 ] first_ink = None for shape in slide...

    docs.aspose.com/slides/fr/python-net/examples/e...
  3. Java에서 HTML을 PPTX로 변환 | products.aspose.com

    Java에서 HTML을 PPTX로 변환합니다. Java 라이브러리 API를 사용하여 HTML을 PowerPoint로 변환...Java 코드 Presentation presentation = new Presentation (); try...FileInputStream ( "page.html" ); try { presentation . getSlides (). addFromHtml...

    products.aspose.com/slides/ko/java/conversion/h...
  4. インク|Aspose.Slides for Node.js via .NET ドキュメント

    Aspose.Slides for Node.js でインクを操作します:ストロークを描画、インポート、編集し、色と幅を調整し、例を使用して PPT、PPTX、ODP にエクスポートします。...{ let presentation = new aspose . slides . Presentation ( "ink...pptx" ); try { let slide = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/ja/nodejs-java/examples/...
  5. 墨迹|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 处理幻灯片上的数字墨迹:添加笔划、编辑路径、设置颜色和宽度,并将结果导出为 PowerPoint 和 OpenDocument。...accessInk () { $presentation = new Presentation ( "ink.pptx" );...); try { $slide = $presentation -> getSlides () -> get_Item (...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  6. How to Insert Signature in PowerPoint using Python

    This article provides details about how to insert signature in PowerPoint using Python. All the details related to the configuration, program flow, and a runnable sample code to add digital signature to PowerPoint using Python are provided....before adding it to the presentation and saving it as a PPTX...Python via .NET to sign a presentation Instantiate the DigitalSignature...

    kb.aspose.com/slides/python/how-to-insert-signa...
  7. Node.js عبر .NET PowerPoint API بواسطة Aspose.S...

    Aspose.Slides for Node.js via .NET عبارة عن واجهة برمجة تطبيقات Node.js PowerPoint التي تتيح لك إنشاء عروض PowerPoint التقديمية وتعديلها وتحويلها في Node.js....net'); const { Presentation, SaveFormat, ShapeType }...asposeSlides; var pres = new Presentation(); try { var slide = pres...

    products.aspose.com/slides/ar/nodejs-net/
  8. Archivio

    Archivio...presentazione usando il metodo Presentation.Save(String, SaveFormat)...presentazione using (Presentation presentation = new Presentation()) { //...

    blog.aspose.com/it/slides/create-three-d-effect...
  9. ארכיון

    ארכיון...IDocumentProperties באמצעות שיטת Presentation.getDocumentPropertie() ...מצגת Presentation pres = new Presentation("Presentation.pptx");...

    blog.aspose.com/he/slides/access-modify-propert...
  10. Slide|Aspose.Slides for Python Documentation

    Manage slides in Python with Aspose.Slides: create, clone, reorder, hide, set backgrounds and size, apply transitions, and export for PowerPoint and OpenDocument....remove slides using the Presentation class. Each example below...add an empty slide to the presentation. def add_slide (): with...

    docs.aspose.com/slides/python-net/examples/elem...