Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 9,509 for

pptx

(0.04 sec)
  1. 创建Excel图表并将其嵌入演示文稿作为OLE对象|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....Slides for C++将Excel图表嵌入PPTX演示文稿作为OLE对象。 用第3步中获得的图像替换对象更改的图像,以解决对象更改问题。...用第3步中获得的图像替换对象更改的图像,以解决对象更改问题。 将输出演示文稿以PPTX格式写入磁盘。 所需步骤的实现 在C++中实现上述步骤如下: //步骤...

    docs.aspose.com/slides/zh/cpp/creating-excel-ch...
  2. Manage PowerPoint Paragraph in JavaScript|Aspos...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in JavaScript...Presentation class that represents a PPTX file var pres = new aspose ...Write PPTX to Disk pres . save ( "multiParaPort_out.pptx" , aspose...

    docs.aspose.com/slides/nodejs-java/manage-parag...
  3. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...以下是添加段落的 Java 代码示例: // 实例化代表 PPTX 文件的 Presentation 类 Presentation...} //将 PPTX 写入磁盘 pres . save ( "multiParaPort_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/manage-pa...
  4. 饼图|Aspose.Slides for Python 文档

    在 Python 的 PowerPoint 演示文稿中指定饼图的中心间隙...pptx" , slides . export . SaveFormat . PPTX ) 饼图...

    docs.aspose.com/slides/zh/python-net/doughnut-c...
  5. Chart Plot Area|Aspose.Slides Documentation

    Get width, height of chart plot area. Set layout mode. PowerPoint presentation in C# or .NET...Pptx" )) { Chart chart = ( Chart...Save ( "Chart_out.pptx" , SaveFormat . Pptx ); } Set Layout Mode...

    docs.aspose.com/slides/net/chart-plot-area/
  6. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom Merge XLT to XLSM via Javahttps://products.aspose.com/cells/java/merger/merge-xlt-to-xlsm/Merge XLT to XLSM Online for Free. Free Online XLT to XLSM Me...... Merge XLT to Word, Excel, PPTX, PDF, JPG, HTML, ODS, SVG, XPS...

    products.aspose.com/cells/java/merger/merge-xlt...
  7. Manage Autofit Settings|Aspose.Slides Documenta...

    Set the autofit settings for textbox in PowerPoint in Java...pptx" , SaveFormat . Pptx ); } finally { if..."Output-presentation.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-autofit-sett...
  8. Manage Autofit Settings|Aspose.Slides Documenta...

    Set the autofit settings for textbox in PowerPoint in Java...pptx" , SaveFormat . Pptx ); } finally { if..."Output-presentation.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/manage-autof...
  9. 创建或更新 PowerPoint 演示文稿中的图表(Java)|Aspose.Slides 文档

    在 Java 中在 PowerPoint 演示文稿中创建图表...将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码展示了如何创建普通图表: // 实例化一个表示 PPTX 文件的演示文稿类.... save ( "output.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/create-chart/
  10. 管理缩放|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加缩放或缩放框... 将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码演示如何在幻灯片上创建缩放框:...save ( "presentation.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/manage-zoom/