Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 141,243 for

pptx

(0.09 sec)
  1. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, Pptx and ODP presentation solutions....pptx" , Export . SaveFormat . Pptx ); } SmartArtShapeCollect... Save ( "out.pptx" , Export . SaveFormat . Pptx ); } Methods...

    docs.aspose.com/slides/net/public-api-and-backw...
  2. Clone Presentation Slides in .NET|Aspose.Slides...

    Quickly duplicate PowerPoint slides with Aspose.Slides for .NET. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....pptx" )) { // Clone the desired slide..."Aspose_CloneWithinSamePrese_out.pptx" , SaveFormat . Pptx ); } Clone a Slide...

    docs.aspose.com/slides/net/clone-slides/
  3. Clone Presentation Slides on Android|Aspose.Sli...

    Duplicate PowerPoint slides with Aspose.Slides for Android. Follow our clear Java code examples to automate PPT creation in seconds and eliminate manual work....pptx" ); try { // Clone the desired..."Aspose_CloneWithinSamePrese_out.pptx" , SaveFormat . Pptx ); } finally { pres...

    docs.aspose.com/slides/androidjava/clone-slides/
  4. Clone Presentation Slides in PHP|Aspose.Slides ...

    Quickly duplicate PowerPoint slides with Aspose.Slides for PHP. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....pptx" ); try { # Clone the desired..."Aspose_CloneWithinSamePrese_out.pptx" , SaveFormat :: Pptx ); } finally { $pres...

    docs.aspose.com/slides/php-java/clone-slides/
  5. 搜索

    搜索...Presentation->Save(String, SaveFormat::Pptx) 方法保存演示文稿。 以下代碼示例顯示如何使用 C++.../out/SampleChartresult.pptx"; //實例化表示 PPTX 文件的 Presentation 類 S...

    blog.aspose.com/zh-hant/slides/create-powerpoin...
  6. 使用 Java 在演示文稿中管理图片框|Aspose.Slides 文档

    使用 Aspose.Slides for Java 向 PowerPoint 和 OpenDocument 演示文稿添加图片框。简化工作流并提升幻灯片设计。...将修改后的演示文稿写入为 PPTX 文件。 以下 Java 代码展示了如何创建图片框: // 实例化表示 PPTX 文件的 Presentation...); // 将 PPTX 文件写入磁盘 pres . save ( "RectPicFrame.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/java/picture-frame/
  7. Manage Presentation Tables in PHP|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for PHP via Java. Discover simple code examples to streamline your table workflows....Presentation class that represents a PPTX file $pres = new Presentation...-> save ( "table.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-table/
  8. 使用 PHP 管理演示文稿中的图片框|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿中。简化工作流程并提升幻灯片设计。...将修改后的演示文稿写入为 PPTX 文件。 以下 PHP 代码示例演示如何创建图片框: # 实例化表示 PPTX 文件的 Presentation...); # 将 PPTX 文件写入磁盘 $pres -> save ( "RectPicFrame.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/php-java/picture-frame/
  9. Manage Presentation Comments in Python|Aspose.S...

    Master presentation comments with Aspose.Slides for Python via .NET: add, read, edit, and delete comments in PowerPoint files fast and easily....pptx" , slides . export . SaveFormat . PPTX ) if comments.... Presentation ( "Comments1.pptx" ) as presentation : for author...

    docs.aspose.com/slides/python-net/presentation-...
  10. Manage Presentation Zoom in .NET|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for .NET — 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...Save ( "presentation.pptx" , SaveFormat . Pptx ); } Create Zoom Frames...

    docs.aspose.com/slides/net/manage-zoom/