Sort Score
Result 10 results
Languages All
Labels All
Results 9,291 - 9,300 of 113,592 for

presentations

(0.25 sec)
  1. Chroń pliki prezentacji ODP za pomocą C++ | pro...

    Kod źródłowy C++ do ochrony prezentacji ODP....auto presentation = System :: MakeObject < Presentation > ( u...u "pres.odp" ); presentation -> get_ProtectionManager() -> Encrypt(...

    products.aspose.com/slides/pl/cpp/protect/odp/
  2. Konwertuj HTML na PPTX w Javie | products.aspos...

    Konwertuj HTML na PPTX w Javie. Użyj API biblioteki Java, aby przekonwertować HTML na PowerPoint...na PPTX Presentation presentation = new Presentation (); try...FileInputStream ( "page.html" ); try { presentation . getSlides (). addFromHtml...

    products.aspose.com/slides/pl/java/conversion/h...
  3. Преобразование PowerPoint в PDF с заметками|Док...

    Преобразование PowerPoint в PDF с заметками на Java... // Создание объекта Presentation, представляющего файл презентации...презентации Presentation presIn = new Presentation ( "SelectedSlides...

    docs.aspose.com/slides/ru/java/convert-powerpoi...
  4. Chraňte soubory prezentací PPT pomocí C++ | pro...

    Zdrojový kód C++ k ochraně prezentace PPT....auto presentation = System :: MakeObject < Presentation > ( u...u "pres.ppt" ); presentation -> get_ProtectionManager() -> Encrypt(...

    products.aspose.com/slides/cs/cpp/protect/ppt/
  5. 可中断库支持|Aspose.Slides 文档

    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....InterruptionToken 并将 LoadOptions 实例传递给 Presentation 构造函数时,调用 InterruptionTokenSou...InterruptionTokenSou.Interrupt 方法会中断与 Presentation 相关的任何长时间运行的任务。 下面的代码片段演示了一个正在运行的任务的中断:...

    docs.aspose.com/slides/zh/net/support-for-inter...
  6. เพิ่มลายน้ำให้กับไฟล์นำเสนอ 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/
  7. Convert POTM to JPEG using Java | products.aspo...

    Sample Java conversion code for POTM 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/potm...
  8. Convert POT to PNG using Java | products.aspose...

    Sample Java conversion code for POT format to PNG file. Use this example code to export PowerPoint & OpenOffice Presentations to PNG 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/pot-...
  9. Удалить слайд из презентации|Документация Aspos...

    Удалить слайд из PowerPoint по ссылке или индексу на C++...Slides предоставляет класс Presentation , который инкапсулирует...Создайте экземпляр класса Presentation . Получите ссылку на слайд...

    docs.aspose.com/slides/ru/cpp/remove-slide-from...
  10. أضف علامة مائية إلى ODP ملفات العروض التقديمية ...

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

    products.aspose.com/slides/ar/cpp/watermark/odp/