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

pptx

(0.21 sec)
  1. Protect ODP Presentation Files using C++ | prod...

    C++ source code to protect ODP Presentation....Slides C++ Protect Odp PPT PPTX ODP POT ppsx ODP Lock or Password...protect the following formats: PPT PPTX...

    products.aspose.com/slides/cpp/protect/odp/
  2. Unlock PPT Presentation Files using C++ | produ...

    C++ source code to remove protection from PPT Presentation....Slides C++ Unlock Ppt PPT PPTX ODP POT ppsx PPT Unlock PPT...from the following formats: ODP PPTX...

    products.aspose.com/slides/cpp/unlock/ppt/
  3. 在演示文稿中使用 C++ 应用形状动画|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义形状动画。脱颖而出!... 将演示文稿写入磁盘,保存为 PPTX 文件。 以下 C++ 代码演示如何将 Fade 效果应用于...ByLevelParagraphs1 ); // Save the PPTX file to disk pres -> Save (...

    docs.aspose.com/slides/zh/cpp/shape-animation/
  4. Manage Chart Data Series in Python|Aspose.Slide...

    Learn how to manage chart data series in Python for PowerPoint (PPT/Pptx) with practical code examples and best practices to enhance your data presentations....and then save the result as a PPTX file: import aspose.slides as..."series_overlap.pptx" , slides . export . SaveFormat . PPTX ) The result:...

    docs.aspose.com/slides/python-net/chart-series/
  5. Manage Text Boxes in Presentations Using Java|A...

    Aspose.Slides for Java makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Aspose TextBox Finally, write the PPTX file through the Presentation...save ( "TextBox_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-textbox/
  6. Convert CGM to PPSM via Java API | products.asp...

    Java API to Convert CGM to PPSM without using Microsoft Word...developers to export CGM to PPTX, which is a Microsoft PowerPoint...After the CGM is converted to PPTX, Aspose.Slides for Java can...

    products.aspose.com/total/java/conversion/cgm-t...
  7. 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/
  8. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for Android via Java calculates and applies effective shape properties for precise PowerPoint rendering....pptx" ); try { IAutoShape shape =...Presentation ( "Presentation1.pptx" ); try { IThreeDFormatEffecti...

    docs.aspose.com/slides/androidjava/shape-effect...
  9. Customize Chart Legends in Presentations Using ...

    Customize chart legends with Aspose.Slides for Java to optimize PowerPoint presentations with tailored legend formatting....Write the presentation as a PPTX file. In the example given below...save ( "Legend_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/chart-legend/
  10. Customize Error Bars in Presentation Charts on ...

    Learn how to add and customize error bars in charts with Aspose.Slides for Android via Java—optimize data visuals in PowerPoint presentations....the modified presentation to a PPTX file. // Create an instance...save ( "ErrorBars.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/error-bar/