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

pptx

(0.34 sec)
  1. HeaderFooter|Aspose.Slides for PHP Documentation

    Control headers and footers in PHP with Aspose.Slides: add or edit date/time, slide numbers, and footer text, show or hide placeholders across PPT, Pptx and ODP....pptx" , SaveFormat :: Pptx ); } finally { $presentation...save ( "datetime.pptx" , SaveFormat :: Pptx ); } finally { $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  2. 使用 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/
  3. 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...
  4. 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/
  5. Convert DOTX to POWERPOINT via C++ or with free...

    Export DOTX to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTX 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/dotx-t...
  6. Convert DOTM to POWERPOINT via C++ or with free...

    Export DOTM to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM 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/dotm-t...
  7. Convert DOC to POWERPOINT via C++ or with free ...

    Export DOC to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOC 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/doc-to...
  8. 更改演示文稿中形状的填充颜色|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...
  9. 档案

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

    blog.aspose.com/zh/slides/create-powerpoint-pre...
  10. 在 .NET 中管理演示文稿的表格单元格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/manage-cells/