Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 143,433 for

pptx

(0.97 sec)
  1. Manage Presentation Headers and Footers with Py...

    Use Aspose.Slides for Python via .NET to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....pptx" ) as presentation : # Set the..."output.pptx" , slides . export . SaveFormat . PPTX ) Manage...

    docs.aspose.com/slides/python-net/presentation-...
  2. Manage Tags and Custom Data in Presentations wi...

    Learn how to add, read, update, and remove tags & custom data in Aspose.Slides for Python via .NET, with examples for PowerPoint and OpenDocument presentations....Presentation Files PPTX files—items with the .pptx extension—are stored...slides . Presentation ( "pres.pptx" ) as pres : print ( pres ....

    docs.aspose.com/slides/python-net/managing-tags...
  3. 使用 Java 在演示文稿中自定义饼图|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 Java 中创建和自定义饼图,可导出为 PowerPoint,瞬间提升您的数据叙事能力。...pptx" , SaveFormat . Pptx ); } finally { if...删除默认生成的系列和类别。 添加新类别。 添加新系列。 将修改后的演示文稿写入 PPTX 文件。 // 创建 Presentation 类的实例...

    docs.aspose.com/slides/zh/java/pie-chart/
  4. Picture|Aspose.Slides for Python Documentation

    Work with pictures in Python using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) Access...slides . Presentation ( "picture.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  5. Secure Presentations with Passwords in C++|Aspo...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for C++. Secure your presentations....presentations in these formats: PPTX and PPT - Microsoft PowerPoint...MakeObject < Presentation > ( u "pres.pptx" ); presentation -> get_ProtectionManager...

    docs.aspose.com/slides/cpp/password-protected-p...
  6. Manage Tags and Custom Data in Presentations Us...

    Learn how to add, read, update, and remove tags & custom data in Aspose.Slides for C++, with examples for PowerPoint and OpenDocument presentations....Presentation Files PPTX files—items with the .pptx extension—are stored...MakeObject < Presentation > ( u "pres.pptx" ); System :: String keywords...

    docs.aspose.com/slides/cpp/managing-tags-and-cu...
  7. 通過 C++ 合併 PPTM 文件 | products.aspose.com

    C++ 示例代碼用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境上組合 PPTM 文檔。... They are similar to PPTX files with the difference that...slideshow when opened. PPTM, like PPTX, contains slides for different...

    products.aspose.com/slides/zh-hant/cpp/merger/p...
  8. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, Pptx and ODP presentation solutions....pptx" , SaveFormat . Pptx ); } OdpException...

    docs.aspose.com/slides/net/public-api-and-backw...
  9. 在 Java 中管理演示文稿背景|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供代码技巧以提升您的演示文稿。...pptx" , SaveFormat . Pptx ); } finally { presentation..."MasterSlideBackgroun.pptx" , SaveFormat . Pptx ); } finally { presentation...

    docs.aspose.com/slides/zh/java/presentation-bac...
  10. Customize Shapes in Presentations with Python|A...

    Create and customize shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET: geometry paths, curved corners, composite shapes....pptx" , slides . export . SaveFormat . PPTX ) Remove..."removed_points.pptx" , slides . export . SaveFormat . PPTX ) Create...

    docs.aspose.com/slides/python-net/custom-shape/