Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 128,674 for

pptx

(0.09 sec)
  1. Shape Animation|Aspose.Slides Documentation

    Apply PowerPoint animation in C++...the presentation to disk as a PPTX file. This C++ code shows you...ByLevelParagraphs1 ); // Save the PPTX file to disk pres -> Save (...

    docs.aspose.com/slides/cpp/shape-animation/
  2. Chart Series|Aspose.Slides Documentation

    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....the modified presentation to a PPTX file. This C++ code shows you..."SetChartSeriesOverla_out.pptx" , SaveFormat :: Pptx ); Change Series...

    docs.aspose.com/slides/cpp/chart-series/
  3. 形状格式化|Aspose.Slides 文档

    在 C# 或 .NET 中格式化 PowerPoint 演示文稿中的形状... 将修改后的演示文稿写入 PPTX 文件。 以下 C# 代码演示了格式化矩形 AutoShape...; // 将 PPTX 文件保存到磁盘 pres . Save ( "RectShpLn_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/net/shape-formatting/
  4. Presentation Notes|Aspose.Slides for PHP Docume...

    Presentation notes, speaker notes...pptx" ); try { # Removing notes of...$pres -> save ( "test.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/presentation-no...
  5. Examine Presentation|Aspose.Slides Documentation

    Read and modify PowerPoint presentation properties in C# or .NET...to find out what format (PPT, PPTX, ODP, and others) the presentation...GetPresentationInfo ( "pres.pptx" ); Console . WriteLine ( info...

    docs.aspose.com/slides/net/examine-presentation/
  6. Replacing Images inside Presentation Image Coll...

    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....the modified presentation as a PPTX file. //Instantiate the presentation...Presentation ( "presentation.pptx" ); //the first way byte []...

    docs.aspose.com/slides/java/replacing-images-in...
  7. Remove Slide from Presentation|Aspose.Slides Do...

    Remove slide from PowerPoint by reference or index in Java...pptx" ); try { // Accesses a slide...save ( "modified.pptx" , SaveFormat . Pptx ); } finally { pres...

    docs.aspose.com/slides/androidjava/remove-slide...
  8. Create PowerPoint Presentation using Java|Aspos...

    Learn how to create PowerPoint Presentations e.g. PPT, Pptx using Java from scratch....the modified presentation as a PPTX file. In the example given below..."NewPresentation_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/create-presentation/
  9. Convert PS to PPTM via Java API | products.aspo...

    Java API to Convert PS to PPTM without using Microsoft Word...enables developers to export PS to PPTX, which is the native PowerPoint...PS file has been converted to PPTX, Aspose.Slides for Java can...

    products.aspose.com/total/java/conversion/ps-to...
  10. Manage Fonts - PowerPoint JavaScript API|Aspose...

    Presentations usually contain both text and images. This article shows how to use PowerPoint JavaScript API to configure the font properties of paragraphs of text on slides....the modified presentation to a PPTX file. The implementation of...Presentation object that represents a PPTX file var pres = new aspose ...

    docs.aspose.com/slides/nodejs-java/manage-fonts/