Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 143,424 for

pptx

(0.64 sec)
  1. Manage Presentation Comments in JavaScript|Aspo...

    Master presentation comments with Aspose.Slides for Node.js: add, read, edit, and delete comments in PowerPoint files using JavaScript fast and easily....pptx" , aspose . slides . SaveFormat . Pptx ); if ( Comments.... Presentation ( "Comments1.pptx" ); try { for ( let i = 0 ;...

    docs.aspose.com/slides/nodejs-java/presentation...
  2. Format PowerPoint Text in C++|Aspose.Slides Doc...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for C++. Customize fonts, colors, alignment, and more....pptx" , SaveFormat :: Pptx ); } { auto pres...MakeObject < Presentation > ( u "text.pptx" ); auto autoShape = System...

    docs.aspose.com/slides/cpp/text-formatting/
  3. Manage OLE Objects in Presentations in .NET|Asp...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for .NET. Embed, update, and export OLE content seamlessly....the modified presentation as a PPTX file. In the example below,.... Save ( "output.pptx" , SaveFormat . Pptx ); } Add Linked OLE...

    docs.aspose.com/slides/net/manage-ole/
  4. Manage OLE in Presentations Using JavaScript|As...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Node.js via Java. Embed, update, and export OLE content seamlessly....the modified presentation as a PPTX file. In the example below,...( "output.pptx" , asposeSlides . SaveFormat . Pptx ); presentation...

    docs.aspose.com/slides/nodejs-java/manage-ole/
  5. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java. Step-by-step guide....Presentation class that represents a PPTX file $pres = new Presentation...presentation as a PPTX file $pres -> save ( "Bullet.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/manage-bullet/
  6. 管理 Android 上的演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 Java 示例代码,简化您的表格工作流。...代码展示了如何在演示文稿中创建表格: // 实例化一个表示 PPTX 文件的 Presentation 类 Presentation...pres . save ( "table.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/manage-ta...
  7. 使用 PHP 优化演示文稿中的图像管理|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 在 PowerPoint 和 OpenDocument 中简化图像管理,优化性能并自动化工作流。...pptx" , SaveFormat :: Pptx ); } finally { if...$pres -> save ( "pres.pptx" , SaveFormat :: Pptx ); } catch ( JavaException...

    docs.aspose.com/slides/zh/php-java/image/
  8. 布局幻灯片|Aspose.Slides for Python 文档

    使用 Python 与 Aspose.Slides 管理布局幻灯片:在 PPT、Pptx 和 ODP 演示文稿中创建、应用、克隆、重命名和自定义占位符及主题。...pptx" , slides . export . SaveFormat . PPTX ) 💡 提示 1:...Presentation ( "layout_slide.pptx" ) as presentation : # 通过索引访问。...

    docs.aspose.com/slides/zh/python-net/examples/e...
  9. 在演示文稿中使用 C++ 应用形状效果|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 对 PPT 和 Pptx 文件进行高级形状效果转换 - 仅需数秒即可创建醒目、专业的幻灯片。...pptx" , SaveFormat :: Pptx ); 应用反射效果 以下 C++...Save ( u "reflection.pptx" , SaveFormat :: Pptx ); 应用发光效果 以下 C++...

    docs.aspose.com/slides/zh/cpp/shape-effect/
  10. 使用 PHP 在演示文稿中自定义图表图例|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 自定义图表图例,以针对 PowerPoint 演示文稿进行优化并实现图例格式的个性化。... 将演示文稿写入为 PPTX 文件。 在下面的示例中,我们已为图表图例设置了位置和大小。...save ( "Legend_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/zh/php-java/chart-legend/