Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 143,423 for

pptx

(0.12 sec)
  1. 安装|Aspose.Slides for Python 文档

    在 Windows、Linux 或 macOS 上通过 Java 安装 Aspose.Slides for Python...pptx" , SaveFormat . Pptx ) jpype . shutdownJVM...pres . save ( "out.pptx" , SaveFormat . Pptx ) jpype . shutdownJVM...

    docs.aspose.com/slides/zh/python-java/installat...
  2. 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...
  3. 在演示文稿中使用 Python 管理图表数据标签|Aspose.Slides for Pyth...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中添加和格式化图表数据标签,以制作更具吸引力的幻灯片。...pptx" , slides . export . SaveFormat . PPTX ) 将百分比显示为标签..."percentage_as_label.pptx" , slides . export . SaveFormat . PPTX ) 在图表数据标签中显示百分号...

    docs.aspose.com/slides/zh/python-net/chart-data...
  4. 使用 Java 在演示文稿中自定义饼图|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/pie-chart/
  5. Export Media files to HTML file|Aspose.Slides D...

    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....Write the presentation as a PPTX file In the example given below...srcFileName = FilePath + "Conversion.pptx" ; string destFileName = "video...

    docs.aspose.com/slides/net/export-media-files-t...
  6. How to Access the Presentation Properties in Py...

    This simple topic focuses on how to access the presentation properties in Python. It covers all the details by providing configurations, step-wise program flow and a runnable example to read and print the document properties in Python.... The application to read PPTX document properties in Python...Linux, or macOS. Steps to Read PPTX Document Properties in Python...

    kb.aspose.com/slides/python/how-to-access-the-p...
  7. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using Aspose.Slides for PHP for faster insights and smarter content audits....to find out what format (PPT, PPTX, ODP, and others) the presentation..."pres.pptx" ); echo ( $info -> getLoadFormat ()); // PPTX $info2...

    docs.aspose.com/slides/php-java/examine-present...
  8. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using JavaScript for faster insights and smarter content audits....to find out what format (PPT, PPTX, ODP, and others) the presentation...getPresentationInfo ( "pres.pptx" ); console . log ( info . getLoadFormat...

    docs.aspose.com/slides/nodejs-java/examine-pres...
  9. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using C++ for faster insights and smarter content audits....to find out what format (PPT, PPTX, ODP, and others) the presentation...GetPresentationInfo ( u "pres.pptx" ); // PPTX Console :: WriteLine (...

    docs.aspose.com/slides/cpp/examine-presentation/
  10. Streamline Font Replacement in Presentations Us...

    Seamlessly replace fonts in Aspose.Slides for PHP via Java to ensure consistent typography in PowerPoint and OpenDocument presentations....the modified presentation as a PPTX file. This PHP code demonstrates...= new Presentation ( "Fonts.pptx" ); try { # Loads the source...

    docs.aspose.com/slides/php-java/font-replacement/