Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 142,051 for

pptx

(0.14 sec)
  1. 使用 C++ 管理演示文稿中的图表数据系列|Aspose.Slides 文档

    学习如何在 C++ 中使用实用代码示例和最佳实践来管理 PowerPoint(PPT/Pptx)图表系列,以提升数据演示效果。... 将修改后的演示文稿写入 PPTX 文件。 此 C++ 代码演示了如何为图表系列设置重叠:..."SetChartSeriesOverla_out.pptx" , SaveFormat :: Pptx ); 更改数据系列颜色 Aspose...

    docs.aspose.com/slides/zh/cpp/chart-series/
  2. Aspose.Slides Product Family

    Find answers about creating, converting, and editing presentations in code without utilizing Microsoft PowerPoint....Watermark in PPTX using Python How to Secure PPTX using Python...to Insert Draft Watermark in PPTX using Python How to Insert HTML...

    kb.aspose.com/slides/page/3/
  3. 在 Android 上管理演示文稿中的图片框|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/picture-f...
  4. 图表|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 创建和自定义图表:添加数据、格式化系列、坐标轴和标签、切换图表类型并导出——支持 PPT、Pptx 和 ODP。...pptx" , slides . export . SaveFormat . PPTX ) 访问图表 以下代码从形状集合中检索图表。...slides . Presentation ( "chart.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/zh/python-net/examples/e...
  5. OLE Object|Aspose.Slides for Node.js via .NET D...

    Handle OLE objects in Aspose.Slides for Node.js: insert, link, update, and extract embedded content with JavaScript in PPT, Pptx, and ODP presentations....pptx" , aspose . slides . SaveFormat . Pptx ); } finally... Presentation ( "ole_object.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  6. 动画|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中掌握幻灯片动画:添加、编辑和移除效果、时间和触发器,以在 PPT、Pptx 和 ODP 中创建动态演示文稿。...pptx" , slides . export . SaveFormat . PPTX ) 访问动画 从幻灯片时间轴检索第一个动画效果。.... Presentation ( "animation.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/zh/python-net/examples/e...
  7. Animation|Aspose.Slides for Node.js via .NET Do...

    Explore Aspose.Slides for Node.js animation examples: add, sequence, and customize effects and transitions with JavaScript for PPT, Pptx, and ODP presentations....pptx" , aspose . slides . SaveFormat . Pptx ); } finally.... Presentation ( "animation.pptx" ); try { let slide = presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  8. API Limitations|Aspose.Slides Documentation

    Know Aspose.Slides for .NET limits: exports set fixed Application/Producer metadata in PPT, Pptx, ODP, and PDF—helping you plan integrations without surprises....that created or last saved a PPTX presentation. In Aspose.Slides...API for the formats above. For PPTX , the Application property is...

    docs.aspose.com/slides/net/api-limitations/
  9. API Limitations|Aspose.Slides Documentation

    Know Aspose.Slides for C++ limits: exports set fixed Application/Producer metadata in PPT, Pptx, ODP, and PDF—helping you plan integrations without surprises....that created or last saved a PPTX presentation. In Aspose.Slides...API for the formats above. For PPTX , the Application property is...

    docs.aspose.com/slides/cpp/api-limitations/
  10. 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/