Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 144,191 for

pptx

(0.27 sec)
  1. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and Pptx with Aspose.Slides for Java. Get clear code samples and tips to streamline your presentations....pptx" ); try { // Traverse through..."AddSmartArtNode.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-smartart-sha...
  2. 使用 Java 在演示文稿中自定义饼图|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 Java 中创建和自定义饼图,可导出为 PowerPoint,瞬间提升您的数据叙事能力。...pptx" , SaveFormat . Pptx ); } finally { if...删除默认生成的系列和类别。 添加新类别。 添加新系列。 将修改后的演示文稿写入 PPTX 文件。 // 创建 Presentation 类的实例...

    docs.aspose.com/slides/zh/java/pie-chart/
  3. 创建 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....NET 将 Excel 图表作为 OLE 对象嵌入到 PPTX 演示文稿中。 用第 3 步中获得的图像替换对象更改的图像,以解决对象更改问题。...步中获得的图像替换对象更改的图像,以解决对象更改问题。 将输出演示文稿以 PPTX 格式写入磁盘。 必要步骤的实现 上述步骤在 C# 和 Visual...

    docs.aspose.com/slides/zh/net/creating-excel-ch...
  4. Android API to Convert DOCX to XLSB or with fre...

    Convert DOCX to XLSB in Android Apps without using using Microsoft Word or Microsoft Excel or online. Test free DOCX to XLSB online converter quickly before integrating the code....formats, such as PDF, XLSX, PPTX, and more. It also includes...Presentation) Convert DOCX to PPTX (Open XML presentation Format)...

    products.aspose.com/total/android-java/conversi...
  5. Convert TSV to POWERPOINT with .NET or with fre...

    Convert TSV to POWERPOINT on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free TSV to POWERPOINT online converter quickly before integrating the code....document to PPTX format using Save method and set Pptx as SaveFormat...Word Document) Convert TSV to PPTX (Open XML presentation Format)...

    products.aspose.com/total/net/conversion/tsv-to...
  6. Convert XLS to POWERPOINT with .NET or with fre...

    Convert XLS to POWERPOINT on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLS to POWERPOINT online converter quickly before integrating the code....document to PPTX format using Save method and set Pptx as SaveFormat...Word Document) Convert XLS to PPTX (Open XML presentation Format)...

    products.aspose.com/total/net/conversion/xls-to...
  7. Convert XLTX to POWERPOINT with .NET or with fr...

    Convert XLTX to POWERPOINT on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLTX to POWERPOINT online converter quickly before integrating the code....document to PPTX format using Save method and set Pptx as SaveFormat...Word Document) Convert XLTX to PPTX (Open XML presentation Format)...

    products.aspose.com/total/net/conversion/xltx-t...
  8. 在 C++ 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 完成段落格式化的高级操作——在 PPT、Pptx 和 ODP 演示文稿中优化对齐、间距和样式(C++)。...pptx" ; // 加载所需的演示文稿 SharedPtr <...set_FontHeight ( 18 ); } } } // 将 PPTX 保存到磁盘 pres -> Save ( outPath...

    docs.aspose.com/slides/zh/cpp/manage-paragraph/
  9. Access Presentation Slides in Java|Aspose.Slide...

    Learn how to access and manage slides in PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Boost productivity with code examples....pptx" ); try { // Accesses a slide...pres = new Presentation ( "demo.pptx" ); try { // Gets a slide ID...

    docs.aspose.com/slides/java/access-slide-in-pre...
  10. Embed Fonts in Presentations in .NET|Aspose.Sli...

    Embed TrueType fonts in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET, ensuring accurate rendering across all platforms....pptx" )) { ISlide slide = presentation...= new Presentation ( "Fonts.pptx" ); IFontData [] allFonts =...

    docs.aspose.com/slides/net/embedded-font/