Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,206 for

pptx charts

(0.04 sec)
  1. Image|Aspose.Slides for PHP Documentation

    Work with images in Slides in PowerPoint Presentation using PHP. Add images from disk or from web in PowerPoint Slides using PHP. Add images to Slide Masters or as Slide Background using PHP. Add SVG to PowerPoint Presentation using PHP. Convert SVG to Shapes in PowerPoint using PHP. Add images as EMF in Slides using PHP....pptx" , SaveFormat :: Pptx ); } finally { if...$pres -> save ( "pres.pptx" , SaveFormat :: Pptx ); } catch ( JavaException...

    docs.aspose.com/slides/php-java/image/
  2. Image|Aspose.Slides Documentation

    Work with images in Slides in PowerPoint Presentation using Java. Add images from disk or from web in PowerPoint Slides using Java. Add images to Slide Masters or as Slide Background using Java. Add SVG to PowerPoint Presentation using Java. Convert SVG to Shapes in PowerPoint using Java. Add images as EMF in Slides using Java....pptx" , SaveFormat . Pptx ); } finally { if...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/java/image/
  3. Trend Line|Aspose.Slides Documentation

    Add trend line and custom line to PowerPoint presentations in C# or .NET...API for managing different chart Trend Lines: Create an instance...reference by its index. Add a chart with default data along with...

    docs.aspose.com/slides/net/trend-line/
  4. Trend Line|Aspose.Slides for PHP Documentation

    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....API for managing different chart Trend Lines: Create an instance...reference by its index. Add a chart with default data along with...

    docs.aspose.com/slides/php-java/trend-line/
  5. 图表系列|Aspose.Slides 文档

    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 文件。 以下 C++ 代码演示如何为图表系列设置重叠:...get_Shapes (); // 添加图表 auto chart = shapes -> AddChart ( ChartType...

    docs.aspose.com/slides/zh/cpp/chart-series/
  6. 图例位置|Aspose.Slides for PHP 文档

    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文件。 在下面给出的示例中,我们设置了图表图例的位置和大小。...get_Item ( 0 ); # 在幻灯片上添加一个聚类柱状图 $chart = $slide -> getShapes () ->...

    docs.aspose.com/slides/zh/php-java/chart-legend/
  7. Python via .NET File Format Processing APIs | p...

    Python APIs for Microsoft Word documents, Excel spreadsheets, PowerPoint presentations and Outlook email formats from within Python applications.... DOCX, XLSX, XLS, CSV, PPT, PPTX, EML, MSG, 3D, and more—all...clone, protect, and convert PPT, PPTX, and ODP files into various...

    products.aspose.com/total/python-net/
  8. 图表图例|Aspose.Slides 文档

    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 文件。 在下面给出的示例中,我们设置了图表图例的位置和大小。...); // 在幻灯片上添加一个分簇柱状图 IChart chart = slide . getShapes (). addChart...

    docs.aspose.com/slides/zh/androidjava/chart-leg...
  9. 在 Java 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    在 Java 中创建 PowerPoint 演示文稿中的图表...PowerPoint 演示文稿图表 代码步骤: 创建一个表示 PPTX 文件的 Presentation 类的实例。 通过其索引获取幻灯片的引用。...为图表系列添加填充颜色。 为图表系列添加标签。 将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码演示了如何创建普通图表: //...

    docs.aspose.com/slides/zh/androidjava/create-ch...
  10. 图表工作簿|Aspose.Slides 文档

    C#或.NET中的PowerPoint演示文稿中的图表工作簿...Presentation ( "chart.pptx" )) { Chart chart = ( Chart ) pres . Slides...Shapes [ 0 ]; IChartData data = chart . ChartData ; MemoryStream stream...

    docs.aspose.com/slides/zh/net/chart-workbook/