Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 141,112 for

pptx

(0.13 sec)
  1. Change the fill color of a shape in a presentat...

    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...the modified presentation as a PPTX file. string FilePath = @"....

    docs.aspose.com/slides/net/change-the-fill-colo...
  2. Apply Shape Animations in Presentations in .NET...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for .NET. Stand out!...the presentation to disk as a PPTX file. This C# code shows you...ByLevelParagraphs1 ; // Save the PPTX file to disk pres . Save ( path...

    docs.aspose.com/slides/net/shape-animation/
  3. 图片框|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加图片框...将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码向您展示如何创建图片框: // 实例化表示 PPTX 文件的 Presentation...); // 将 PPTX 文件写入磁盘 pres . save ( "RectPicFrame.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/androidjava/picture-f...
  4. Optimize Image Management in PowerPoint with Py...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET, optimizing performance and automating your workflow....pptx" , slides . export . SaveFormat . PPTX ) Add Images..."presentation.pptx" , slides . export . SaveFormat . PPTX ) Add Images...

    docs.aspose.com/slides/python-net/image/
  5. Convert DOCX to POWERPOINT via C++ or with free...

    Export DOCX to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX 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/docx-t...
  6. Optimize Image Management in Presentations on A...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Android via Java, optimizing performance and automating your workflow....pptx" , SaveFormat . Pptx ); } finally { if...pres . save ( "pres.pptx" , SaveFormat . Pptx ); } catch ( IOException...

    docs.aspose.com/slides/androidjava/image/
  7. Manage Presentation Hyperlinks in Java|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Java—enhance interactivity and workflow in minutes....pptx" , SaveFormat . Pptx ); } finally { if...save ( "pres-out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-hyperlinks/
  8. Optimize Image Management in Presentations Usin...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for PHP via Java, optimizing performance and automating your workflow....pptx" , SaveFormat :: Pptx ); } finally { if...$pres -> save ( "pres.pptx" , SaveFormat :: Pptx ); } catch ( JavaException...

    docs.aspose.com/slides/php-java/image/
  9. 在 .NET 中自定义演示文稿的图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中自定义图表轴,用于报告和可视化。...pptx" , SaveFormat . Pptx ); } 在轴之间交换数据 Aspose..."SwitchChartRowColumn_out.pptx" , SaveFormat . Pptx ); } 禁用折线图的垂直轴 此 C#...

    docs.aspose.com/slides/zh/net/chart-axis/
  10. 在 C++ 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 C++ 中格式化 PowerPoint 形状——为 PPT、Pptx 和 ODP 文件精准且完全控制地设置填充、线条和效果样式。... 将修改后的演示文稿保存为 PPTX 文件。 下面的代码演示如何格式化矩形 AutoShape...Color :: get_Blue ()); // 将 PPTX 文件保存到磁盘。 presentation -> Save...

    docs.aspose.com/slides/zh/cpp/shape-formatting/