Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 3,240 for

pptx charts

(0.92 sec)
  1. 在 Java 中为 PowerPoint 图表添加动画|Aspose.Slides 文档

    使用 Aspose.Slides 在 Java 中创建惊艳的动画图表。通过 PPT 和 Pptx 文件中的动态视觉效果提升演示文稿——立即开始。... Chart Series Animation 如果您想为图表系列添加动画,请按照以下步骤编写代码:...Presentation ( "ExistingChart.pptx" ); try { // 获取图表对象的引用 ISlide...

    docs.aspose.com/slides/zh/java/animated-charts/
  2. 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...
  3. Getting the Exact Coordinates of Data Points fr...

    image.png (76.1 KB) The above image shows the thumbnail rendered by Aspose image.png (36.4 KB) This image shows is the screenshot of the same slide in PowerPoint. I am using similar syntax as below: chart.ValidateCh…...Points from a Presentation Chart in C# Aspose.Slides Product...Family slides-net , slides-chart , slides-rendering apoorveslidely...

    forum.aspose.com/t/getting-the-exact-coordinate...
  4. 在 PHP 中为演示文稿图表添加趋势线|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 快速在 PowerPoint 图表中添加和自定义趋势线——一个帮助您吸引观众的实用指南。... 将修改后的演示文稿写入 PPTX 文件。 以下代码用于创建带有趋势线的图表。 # 创建 Presentation...Presentation (); try { # 创建聚簇柱形图 $chart = $pres -> getSlides () -> get_Item...

    docs.aspose.com/slides/zh/php-java/trend-line/
  5. 在 Java 中创建或更新 PowerPoint 幻灯片图表|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 Java 示例代码添加、格式化和编辑图表。...将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码演示如何创建普通图表: // 实例化表示 PPTX 文件的演示文稿类...( 0 ); // 添加默认数据的图表 IChart chart = sld . getShapes (). addChart...

    docs.aspose.com/slides/zh/java/create-chart/
  6. 在 .NET 中管理演示文稿中的图表数据标签|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中添加和格式化图表数据标签,以打造更具吸引力的幻灯片。...new Presentation ()) { IChart chart = pres . Slides [ 0 ]. Shapes...450 , 300 ); chart . HasDataTable = true ; chart . ChartData ...

    docs.aspose.com/slides/zh/net/chart-data-label/
  7. Create Thumbnails of Presentation Shapes in .NE...

    Generate high-quality shape thumbnails from PowerPoint slides with Aspose.Slides for .NET – easily create and export presentation thumbnails....pptx" )) { IShape shape = presentation...new Presentation ( "HelloWorld.pptx" )) { IShape shape = presentation...

    docs.aspose.com/slides/net/create-shape-thumbna...
  8. Compress and Decompress XLT Files via .NET

    C# compression and decompression source code to compress XLT documents into a single zip archive or vice versa on .NET Framework, .NET Core....formatting, font size, margins, charts, etc which can be further saved...(Macro-enabled Presentation File) PPTX (Open XML presentation Format)...

    products.aspose.com/zip/net/zip-file/xlt/
  9. 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....Charts.IErrorBarsFormat Interface...This represents error bars of chart series. In case of custom value...

    docs.aspose.com/slides/net/public-api-and-backw...
  10. 在 JavaScript 中创建或更新 PowerPoint 演示文稿图表|Aspose.Sl...

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

    docs.aspose.com/slides/zh/nodejs-java/create-ch...