Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 143,422 for

pptx

(0.65 sec)
  1. Manage Table Cells in Presentations with Python...

    Effortlessly manage table cells in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET. Master accessing, modifying, and styling cells quickly for seamless slide automation....pptx" ) as presentation : # Assuming...the modified presentation as a PPTX file. The following Python code...

    docs.aspose.com/slides/python-net/manage-cells/
  2. Manage Presentation Notes in .NET|Aspose.Slides...

    Customize presentation notes with Aspose.Slides for .NET. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....pptx" ); // Removing notes of first..."RemoveNotesAtSpecifi_out.pptx" , SaveFormat . Pptx ); Remove Notes from...

    docs.aspose.com/slides/net/presentation-notes/
  3. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for Java,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝的幻灯片自动化。...pptx" ); try { ITable table = ( ITable...将修改后的演示文稿保存为 PPTX 文件。 以下 Java 代码展示了如何删除表格单元格的边框: // 实例化表示 PPTX 文件的 Presentation...

    docs.aspose.com/slides/zh/java/manage-cells/
  4. 更改演示文稿中形状的填充颜色|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....pptx" ; SetPPTShapeColor ( FileName...Solid。 设置形状的颜色。 将修改后的演示文稿保存为 PPTX 文件。 string FilePath = @"..\...

    docs.aspose.com/slides/zh/net/change-the-fill-c...
  5. 档案

    档案...Python 中创建 PowerPoint PPT 或 PPTX 演示文稿。此外,我们将演示如何在 PPT 演示文稿中动态添加幻灯片、文本、表格、图像和图表。...PPT 将幻灯片添加到 PPT/PPTX 演示文稿 在 PPT 中向幻灯片添加文本 在 PPTX 中创建表 在 PPT 中创建图表...

    blog.aspose.com/zh/slides/create-powerpoint-pre...
  6. 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...
  7. How to Convert PNG to PowerPoint Slide in Java

    This article focuses on how to convert PNG to PowerPoint Slide in Java. It provides the configuration details, step wise process to accomplish this task and a sample code to assist for creating a PNG to Pptx converter in Java....sample code to write a PNG to PPTX converter in Java . The sample...macOS. Steps to Convert PNG to PPTX in Java Configure the application...

    kb.aspose.com/slides/java/how-to-convert-png-to...
  8. 在 .NET 中管理演示文稿的表格单元格|Aspose.Slides 文档

    轻松使用 Aspose.Slides for .NET 在 PowerPoint 中管理表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。...pptx" )) { ITable table = pres ....将修改后的演示文稿保存为 PPTX 文件。 下面的 C# 代码演示了如何删除表格单元格的边框: // 实例化表示 PPTX 文件的 Presentation...

    docs.aspose.com/slides/zh/net/manage-cells/
  9. Manage Presentation Hyperlinks in .NET|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET—enhance interactivity and workflow in minutes....pptx" , SaveFormat . Pptx ); } Add URL Hyperlinks...Save ( "pres-out.pptx" , SaveFormat . Pptx ); } Add URL Hyperlinks...

    docs.aspose.com/slides/net/manage-hyperlinks/
  10. Automate Presentation Localization with Python|...

    Automate PowerPoint and OpenDocument slide localization in Python with Aspose.Slides, using practical code samples and tips for faster global rollout....Write the presentation as a PPTX file. The implementation of...slides . Presentation ( "pres.pptx" ) as pres : shape = pres ....

    docs.aspose.com/slides/python-net/presentation-...