Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 142,019 for

pptx

(0.09 sec)
  1. Online ODS File Merger or Build Python Apps to ...

    Free online app to combine different ODS files. Python merging library code to merge ODS documents into other formats....Save to required format: XLSX, PPTX, PDF, DOCX, DOC, Image, HTML...(PowerPoint Presentation) Merge PPTX Files (Open XML presentation...

    products.aspose.com/total/python-net/merge/ods/
  2. Resize Shapes in Presentations with Python|Aspo...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET—automate slide layout adjustments and boost productivity....pptx" ) as presentation : # Get the..."output.pptx" , slides . export . SaveFormat . PPTX ) If a slide...

    docs.aspose.com/slides/python-net/re-sizing-sha...
  3. Integrating Excel Data into PowerPoint Presenta...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....pptx" ); // Loop through Excel rows...$@"{employeeName} Report.pptx" , SaveFormat . Pptx ); } Example 2 In...

    docs.aspose.com/slides/net/developer-guide/tech...
  4. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....pptx" ); // Loop through Excel rows...$"{employeeName} Report.pptx" , SaveFormat . Pptx ); } Example 2 In...

    docs.aspose.com/slides/net/excel-integration/
  5. 在 .NET 中格式化演示文稿图表|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 中的图表格式化,并通过专业、引人注目的样式提升您的 PowerPoint 演示文稿。...设置图表背墙填充颜色 设置图表绘图区填充颜色 将修改后的演示文稿写入 PPTX 文件 // 实例化演示文稿// 实例化演示文稿 Presentation..."FormattedChart_out.pptx" , SaveFormat . Pptx ); 设置图表的字体属性 Aspose...

    docs.aspose.com/slides/zh/net/chart-formatting/
  6. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....pptx" ); try { // Loop through Excel..."%s Report.pptx" , employeeName ), SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/androidjava/excel-integr...
  7. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....pptx" ); // Loop through Excel rows..."{0} Report.pptx" , employeeName ), SaveFormat :: Pptx ); employeePresentation...

    docs.aspose.com/slides/cpp/excel-integration/
  8. 在 Android 上检索和更新演示文稿信息|Aspose.Slides 文档

    使用 Java 探索 PowerPoint 和 OpenDocument 演示文稿中的幻灯片、结构和元数据,以获得更快速的洞察和更智能的内容审计。...在处理演示文稿之前,您可能想了解当前演示文稿是 PPT、PPTX、ODP 还是其他格式。 您可以在不加载演示文稿的情况下检查其格式。参见以下...getPresentationInfo ( "pres.pptx" ); System . out . println (...

    docs.aspose.com/slides/zh/androidjava/examine-p...
  9. Manage Connectors in Presentations with Python|...

    Empower Python apps to draw, connect and auto-route lines in PowerPoint & OpenDocument slides—gain full control over straight, elbow and curved connectors....Presentation class to create a PPTX file. with slides . Presentation..."connected_shapes.pptx" , slides . export . SaveFormat . PPTX ) NOTE The...

    docs.aspose.com/slides/python-net/connector/
  10. Manage Connectors in Presentations Using Java|A...

    Empower Java apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....presentation class that represents the PPTX file Presentation pres = new.... save ( "output.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/connector/