Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 3,211 for

pptx charts

(0.22 sec)
  1. 在 JavaScript 中创建或更新 PowerPoint 演示文稿图表|Aspose.Sl...

    在 JavaScript 中于 PowerPoint 演示文稿创建图表...将修改后的演示文稿写入 PPTX 文件。 下面的 JavaScript 代码演示如何创建普通图表: // 实例化一个表示 PPTX 文件的演示文稿类...( 0 ); // 添加一个带默认数据的图表 var chart = sld . getShapes (). addChart...

    docs.aspose.com/slides/zh/nodejs-java/create-ch...
  2. 趋势线|Aspose.Slides for Node.js via .NET 文档

    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.... 将修改后的演示文稿写入 PPTX 文件。 以下代码用于创建带有趋势线的图表。 // 创建...Presentation (); try { // 创建聚类柱形图 var chart = pres . getSlides (). get_Item...

    docs.aspose.com/slides/zh/nodejs-java/trend-line/
  3. Saving a Presentation with a Bubble Chart in C#...

    I have found some issues, but t is not easy too reprodue this. Becouse we got Pptx Templates and fill it dynamic with data. For This error we open a Pptx with a multimeda placeholder: grafik.png (4.5 KB) We set here …...Presentation with a Bubble Chart in C# Causes ThrowNullThisInDeleg...Family slides-net , slides-chart Tivian_XI March 12, 2024, 7:19am...

    forum.aspose.com/t/saving-a-presentation-with-a...
  4. 档案

    档案...pptx" , aspose . slides . SaveFormat . Pptx ); 在 Node...Presentation ( "presentation.pptx" ); // 获取第一张幻灯片 var slide =...

    blog.aspose.com/zh/ppt/create-and-open-ppt-in-n...
  5. Convert XLSM to DOTX using Python or with free ...

    XLSM to DOTX conversion in your Python applications without using Microsoft Office or online. Test free XLSM to DOTX online converter quickly before integrating the code....format and can be used to create charts, tables, and other graphical...Presentation File) Convert XLSM to PPTX (Open XML presentation Format)...

    products.aspose.com/total/python-net/conversion...
  6. Convert XLSM to DOTM using Python or with free ...

    XLSM to DOTM conversion in your Python applications without using Microsoft Office or online. Test free XLSM to DOTM online converter quickly before integrating the code....to store data in worksheets, charts, and macros. On the other hand...Presentation File) Convert XLSM to PPTX (Open XML presentation Format)...

    products.aspose.com/total/python-net/conversion...
  7. Convert XLS to PPS via PHP or with free Online ...

    PHP API to Convert XLS to PPS or Online App without using Microsoft Excel or Powerpoint. Test free XLS to PPS online converter quickly before integrating the code....Presentation File) Convert XLS to PPTX (Open XML presentation Format)...appearance of data, create charts and graphs, and utilize various...

    products.aspose.com/total/php-java/conversion/x...
  8. Color palette labels in a chart are not positio...

    Hello team. We encountered an issue when converting a given SVG image to EMF and inserting into empty PPT document. The sample code for conversion is as following: private static byte[] convertSvgImageToEmf(byte[] im…...Color palette labels in a chart are not positioned correctly...] imagebytes, IPresentation pptx) { ISvgImage svgImage = new...

    forum.aspose.com/t/color-palette-labels-in-a-ch...
  9. 在 PHP 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides fo...

    使用 Aspose.Slides for PHP(通过 Java)在 PowerPoint 演示文稿中创建和自定义图表。通过实用代码示例添加、格式化和编辑图表。... 创建普通图表 Steps: Create Chart 步骤: 创建 PowerPoint 图表 步骤: 创建演示文稿图表...将修改后的演示文稿写入 PPTX 文件。 以下 PHP 代码演示如何创建普通图表: # 实例化表示 PPTX 文件的演示文稿类...

    docs.aspose.com/slides/zh/php-java/create-chart/
  10. 使用 Java 在演示文稿中管理图表数据标签|Aspose.Slides 文档

    学习使用 Aspose.Slides for Java 在PowerPoint演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...Presentation (); try { IChart chart = pres . getSlides (). get_Item...450 , 300 ); chart . setDataTable ( true ); chart . getChartData...

    docs.aspose.com/slides/zh/java/chart-data-label/