Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 141,320 for

pptx

(0.1 sec)
  1. Manage Slide Show in C++|Aspose.Slides Document...

    Learn how to manage slide shows in Aspose.Slides for C++. Control slide transitions, timings and more across PPT, Pptx and ODP formats with ease....pptx" , SaveFormat :: Pptx ); presentation ->...Save ( u "output.pptx" , SaveFormat :: Pptx ); presentation ->...

    docs.aspose.com/slides/cpp/manage-slide-show/
  2. Convert OTT to POWERPOINT via C++ or with free ...

    Export OTT to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free OTT 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/ott-to...
  3. 形状动画|Aspose.Slides for PHP 文档

    应用 PowerPoint 动画... 将演示文稿保存为 PPTX 文件。 以下 PHP 代码展示了如何将 Fade 效果应用于...:: ByLevelParagraphs1 ); # 将 PPTX 文件保存到磁盘 $pres -> save ( $path...

    docs.aspose.com/slides/zh/php-java/shape-animat...
  4. 形状效果|Aspose.Slides 文档

    在 Java 中对 PowerPoint 形状应用效果...pptx" , SaveFormat . Pptx ); } finally { if...save ( "reflection.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/shape-eff...
  5. 图表工作簿|Aspose.Slides 文档

    Java 中 PowerPoint 演示文稿中的图表工作簿...pptx" ); try { Chart chart = ( Chart...= new Presentation ( "chart2.pptx" ); try { ISlide slide = pres...

    docs.aspose.com/slides/zh/androidjava/chart-wor...
  6. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...pptx" , SaveFormat . Pptx ); } finally { if...save ( "pres-out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  7. Add Trend Lines to Presentation Charts on Andro...

    Quickly add and customize trend lines in PowerPoint charts with Aspose.Slides for Android via Java — a practical guide to engage your audience....the modified presentation to a PPTX file. The following code is..."ChartTrendLines_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/trend-line/
  8. Manage Presentation Zoom in C++|Aspose.Slides D...

    Create and customize Zoom with Aspose.Slides for C++ — jump between sections, add thumbnails and transitions across PPT, Pptx and ODP presentations....the modified presentation as a PPTX file. This C++ code shows you...( u "presentation.pptx" , SaveFormat :: Pptx ); Create Zoom Frames...

    docs.aspose.com/slides/cpp/manage-zoom/
  9. Remove Slides from Presentations in PHP|Aspose....

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for PHP via Java. Get clear code examples and boost your workflow....pptx" ); try { # Accesses a slide...save ( "modified.pptx" , SaveFormat :: Pptx ); } finally { $pres...

    docs.aspose.com/slides/php-java/remove-slide-fr...
  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/