Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 133,801 for

pptx

(0.07 sec)
  1. 在 Java 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/create-ch...
  2. 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/
  3. 图表系列|Aspose.Slides 文档

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

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

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

    docs.aspose.com/slides/zh/androidjava/chart-ser...
  5. Manage Bullet|Aspose.Slides for PHP Documentation

    Create bullet and numbered lists in PowerPoint presentation...Presentation class that represents a PPTX file $pres = new Presentation...presentation as a PPTX file $pres -> save ( "Bullet.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/manage-bullet/
  6. 管理单元格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/cpp/manage-cells/
  7. C++ API to Convert XPS to SWF | products.aspose...

    Convert XPS to SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...First, you can export XPS to PPTX by using Aspose.PDF for C++...Slides for C++, you can convert PPTX to SWF. Both APIs come under...

    products.aspose.com/total/cpp/conversion/xps-to...
  8. Convert WORD to POWERPOINT via C++ or with free...

    Export WORD to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free WORD to POWERPOINT online converter quickly before integrating the code....document to PPTX format using Save method and set Pptx as SaveFormat...presentation as Pptx pres -> Save ( output . pptx , Aspose :: Slides...

    products.aspose.com/total/cpp/conversion/word-t...
  9. Add Trend Lines to Presentation Charts in Pytho...

    Quickly add and customize trend lines in PowerPoint and OpenDocument charts with Aspose.Slides for Python via .NET — a practical guide and code examples to improve forecasting accuracy and engage your audience....the modified presentation to a PPTX file. The following code is..."Charttrend_lines_out.pptx" , slides . export . SaveFormat . PPTX ) Add Custom...

    docs.aspose.com/slides/python-net/trend-line/
  10. How to Export PowerPoint to Word using Java

    This tutorial guides on how to export PowerPoint to Word using Java. It provides configuration details, stepwise procedure and a runnable sample code to convert Pptx to DOCX using Java....an existing presentation say PPTX or PPT and then transform it...Word file. Code to Transform PPTX to DOCX using Java This code...

    kb.aspose.com/slides/java/how-to-export-powerpo...