Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 113,689 for

pptx

(0.09 sec)
  1. Error Bar|Aspose.Slides for Python Documentation

    Add error bar to PowerPoint presentations in Python...the modified presentation to a PPTX file. import aspose.slides.charts..."ErrorBars_out.pptx" , slides . export . SaveFormat . PPTX ) Add Custom...

    docs.aspose.com/slides/python-net/error-bar/
  2. 将PowerPoint PPT转换为JPG|Aspose.Slides 文档

    将PowerPoint转换为JPG:PPT到JPG,Pptx到JPG在C++中...werPoint PPTX到JPG 和 PPT到JPG 。 将PowerPoint PPT/PPTX转换为具有自定义尺寸的JPG...( u "PowerPoint-Presentation.pptx" ); // 定义尺寸 int32_t desiredX...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  3. 图表图例|Aspose.Slides 文档

    在 C# 或 .NET 中设置 PowerPoint 演示文稿中图表图例的位置和字体大小... 将演示文稿写入 PPTX 文件。 在下面给出的示例中,我们为图表图例设置了位置和大小。...Save ( "Legend_out.pptx" , SaveFormat . Pptx ); 设置图例的字体大小 Aspose...

    docs.aspose.com/slides/zh/net/chart-legend/
  4. How to Convert SVG to Presentation using Java

    We'll walk you through the steps in Java for how to convert SVG to Presentation using Java. With the help of a few lines of code you can easily convert SVG to presentation using Java....macOS for converting SVG to PPTX in Java seamlessly and without...software. Steps to Export SVG to PPTX in Java Configure your application...

    kb.aspose.com/slides/java/how-to-convert-svg-to...
  5. Can the Aspose.Slides Editor Add a New Slide, S...

    I would like to know aspose.slides editor element can support case add new slide, shape, image and etc. or not??? Please help to answer my question...various formats, such as PPT, PPTX, PPS, ODP, PDF, HTML, SVG, TIFF...view, edit & convert PowerPoint PPTX or OpenDocument ODP View & edit...

    forum.aspose.com/t/can-the-aspose-slides-editor...
  6. 图表系列|Aspose.Slides 文档

    Java中PowerPoint演示文稿的图表系列... 将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码展示了如何为图表系列设置重叠:..."SetChartSeriesOverla_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/chart-series/
  7. 图表系列|Aspose.Slides 文档

    Java中的PowerPoint演示文稿中的图表系列... 将修改后的演示文稿写入PPTX文件。 以下Java代码显示了如何设置图表系列的重叠: Presentation..."SetChartSeriesOverla_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/chart-ser...
  8. 管理单元格|Aspose.Slides 文档

    C++ 中 PowerPoint 演示文稿中的表格单元格...pptx" ); auto table = System :: AsCast...将修改后的演示文稿保存为 PPTX 文件。 此 C++ 代码向您展示了如何从表格单元格中删除边框: // 实例化表示 PPTX 文件的 Presentation...

    docs.aspose.com/slides/zh/cpp/manage-cells/
  9. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C++...pptx" , SaveFormat :: Pptx ); } { auto pres...MakeObject < Presentation > ( u "text.pptx" ); auto autoShape = System...

    docs.aspose.com/slides/cpp/text-formatting/
  10. Chart Workbook|Aspose.Slides Documentation

    Chart workbook in PowerPoint presentation in Java...pptx" ); try { Chart chart = ( Chart...= new Presentation ( "chart2.pptx" ); try { ISlide slide = pres...

    docs.aspose.com/slides/java/chart-workbook/