Sort Score
Result 10 results
Languages All
Labels All
Results 9,871 - 9,880 of 129,975 for

presentations

(2.98 sec)
  1. Convert POTM to BMP using Java | products.aspos...

    Sample Java conversion code for POTM format to BMP file. Use this example code to export PowerPoint & OpenOffice Presentations to BMP within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/potm...
  2. أضف علامة مائية إلى ODP ملفات العروض التقديمية ...

    C++ شفرة المصدر لإضافة العلامة المائية إلى العرض التقديمي ODP....auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slides() -> idx_get( 0 );...

    products.aspose.com/slides/ar/cpp/watermark/odp/
  3. Convert PPT to BMP using Java | products.aspose...

    Sample Java conversion code for PPT format to BMP file. Use this example code to export PowerPoint & OpenOffice Presentations to BMP within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/ppt-...
  4. Convert PPSX to JPEG using Java | products.aspo...

    Sample Java conversion code for PPSX format to JPEG file. Use this example code to export PowerPoint & OpenOffice Presentations to JPEG within any Web or Desktop Java based Application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/java/conversion/ppsx...
  5. เพิ่มลายน้ำให้กับไฟล์นำเสนอ PPT โดยใช้ C++ | pr...

    ซอร์สโค้ด C++ สำหรับเพิ่มลายน้ำในงานนำเสนอ PPT...auto presentation = System :: MakeObject < Presentation > ();...(); auto slide = presentation -> get_Slides() -> idx_get( 0 );...

    products.aspose.com/slides/th/cpp/watermark/ppt/
  6. Android で PDF または HTML からプレゼンテーションをインポート|Aspose...

    Aspose.Slides for Android を使用した Java で、PDF および HTML ドキュメントを PowerPoint および OpenDocument のプレゼンテーションにシームレスかつ高性能にスライド処理できます。... Presentation クラスのインスタンスを作成します。 addFromPdf()...への変換を示しています: Presentation pres = new Presentation (); try { pres...

    docs.aspose.com/slides/ja/androidjava/import-pr...
  7. Многопоточность в Aspose.Slides для .NET|Докуме...

    Многопоточность Aspose.Slides для .NET ускоряет обработку PowerPoint и OpenDocument. Узнайте лучшие практики для эффективных рабочих процессов с презентациями....использовать один экземпляр Presentation в многопоточной среде, поскольку...клонирование экземпляра класса Presentation в нескольких потоках не...

    docs.aspose.com/slides/ru/net/multithreading/
  8. 图片|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中处理图片:插入、裁剪、压缩、重新着色,并使用 C++ 示例导出适用于 PPT、PPTX 和 ODP 演示文稿的图像。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // 创建一个简单的内存图像。 auto...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  9. Formato de formas de PowerPoint en JavaScript|A...

    Aprenda a formatear formas de PowerPoint en JavaScript usando Aspose.Slides—establezca estilos de relleno, línea y efecto para archivos PPT, PPTX y ODP con precisión y control total....rectangular: // Instanciar la clase Presentation que representa un archivo... let presentation = new aspose . slides . Presentation (); try...

    docs.aspose.com/slides/es/nodejs-java/shape-for...
  10. 在 Python 中格式化 PowerPoint 形状|Aspose.Slides for P...

    了解如何使用 Aspose.Slides 在 Python 中格式化 PowerPoint 形状——精准且完整地设置 PPT、PPTX 和 ODP 文件的填充、线条和效果样式。...以下步骤概述了该过程: 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 向幻灯片添加一个...实例化表示演示文稿文件的 Presentation 类。 with slides . Presentation () as presentation...

    docs.aspose.com/slides/zh/python-net/shape-form...