Sort Score
Result 10 results
Languages All
Labels All
Results 7,321 - 7,330 of 129,693 for

presentations

(0.23 sec)
  1. Bescherm presentatiebestanden van PPT met C++ |...

    C++ broncode om PPT Presentatie te beschermen....auto presentation = System :: MakeObject < Presentation > ( u...u "pres.ppt" ); presentation -> get_ProtectionManager() -> Encrypt(...

    products.aspose.com/slides/nl/cpp/protect/ppt/
  2. Bescherm presentatiebestanden van ODP met C++ |...

    C++ broncode om ODP Presentatie te beschermen....auto presentation = System :: MakeObject < Presentation > ( u...u "pres.odp" ); presentation -> get_ProtectionManager() -> Encrypt(...

    products.aspose.com/slides/nl/cpp/protect/odp/
  3. Archiv

    Archiv...PowerPoint pomocí třídy Presentation . Vytvořte instanci třídy...PPTX do HTML pomocí metody Presentation.Save(String, HtmlOptions)...

    blog.aspose.com/cs/slides/convert-ppt-pptx-to-h...
  4. Архів

    Архів...PowerPoint за допомогою класу Presentation . Створіть екземпляр класу...HTML за допомогою методу Presentation.Save(String, HtmlOptions)...

    blog.aspose.com/uk/slides/convert-ppt-pptx-to-h...
  5. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for C++: insert, crop, compress, recolor, and export images with C++ examples for PPT, PPTX, and ODP Presentations....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // Create a simple...

    docs.aspose.com/slides/cpp/examples/elements/pi...
  6. Hipervínculo|Documentación de Aspose.Slides

    Añadir y gestionar hipervínculos en Aspose.Slides for .NET: enlazar texto, formas e imágenes, establecer destinos y acciones para PPT, PPTX y ODP con ejemplos en C#....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; var shape = slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/es/net/examples/elements...
  7. 使用 Java 查看或編輯 POTX 文件元數據 | products.aspose.com

    Java 源代碼,用於編輯或查看 POTX 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...Java Presentation pres = new Presentation ( "Presentation.potx"...

    products.aspose.com/slides/zh-hant/java/metadat...
  8. 使用 Java 查看或編輯 ODP 文件元數據 | products.aspose.com

    Java 源代碼,用於編輯或查看 ODP 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...Java Presentation pres = new Presentation ( "Presentation.odp"...

    products.aspose.com/slides/zh-hant/java/metadat...
  9. 使用 Java 查看或編輯 PPSX 文件元數據 | products.aspose.com

    Java 源代碼,用於編輯或查看 PPSX 格式元數據。...開發人員可以使用 Presentation 對象公開的 DocumentProperties...Java Presentation pres = new Presentation ( "Presentation.ppsx"...

    products.aspose.com/slides/zh-hant/java/metadat...
  10. Convert PPT to PPSX using Java | products.aspos...

    Sample Java conversion code for PPT format to PPSX file. Use this example code to export PowerPoint & OpenOffice Presentations to PPSX within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/ppt-...