Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 129,134 for

presentation

(0.12 sec)
  1. Apply Shape Animations in Presentations Using J...

    Discover how to create and customize shape animations in PowerPoint Presentations with Aspose.Slides for Java. Stand out!...Apply Shape Animations in Presentations Using Java Contents [ Hide...charts . They give life to presentations or its constituents. Why...

    docs.aspose.com/slides/java/shape-animation/
  2. Header Footer|Aspose.Slides for Node.js via .NE...

    Control slide headers and footers with Aspose.Slides for Node.js: add dates, slide numbers, and custom text in PPT, PPTX, and ODP with JavaScript examples....{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  3. Extract Text from Presentations|Aspose.Slides D...

    Learn how to extract text from slides or entire Presentations in Aspose.Slides for C++ and process content from PPT, PPTX and ODP programmatically....Extract Text from Presentations Contents [ Hide ] It’s not uncommon...extract the text from a presentation. To do so, you need to extract...

    docs.aspose.com/slides/cpp/extracting-text-from...
  4. 图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 掌握图表:创建、格式化、绑定数据,并使用 C++ 示例将图表导出为 PPT、PPTX 和 ODP。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // 向第一张幻灯片添加一个简单的面积图。...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  5. 连接器|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PPT、PPTX 和 ODP 演示文稿中添加、路由和设置形状之间的连接器样式。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto connector = slide...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  6. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for C++ leverages ActiveX to automate and enhance PowerPoint Presentations, giving developers powerful control over slides....Manage ActiveX Controls in Presentations Using C++ Contents [ Hide...ActiveX control are used in presentations. Aspose.Slides for C++ lets...

    docs.aspose.com/slides/cpp/activex/
  7. Animation|Aspose.Slides Documentation

    Explore Aspose.Slides for .NET animation examples: add, sequence, and customize effects and transitions with C# for PPT, PPTX, and ODP Presentations....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; var shape = slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/net/examples/elements/an...
  8. Convert PowerPoint Presentations to XPS in C++|...

    Convert PowerPoint PPT/PPTX to high-quality, platform-independent XPS in C++ using Aspose.Slides. Get step-by-step guide and sample code....Convert PowerPoint Presentations to XPS in C++ Contents [ Hide...Slides converts PPT or PPTX presentation to the XPS format, you can...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  9. Manage Chart Workbooks in Presentations on Andr...

    Discover Aspose.Slides for Android via Java: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your Presentation data....Manage Chart Workbooks in Presentations on Android Contents [ Hide...sample operation: Presentation pres = new Presentation ( "chart.pptx"...

    docs.aspose.com/slides/androidjava/chart-workbook/
  10. Customize Chart Axes in Presentations Using Jav...

    Discover how to use Aspose.Slides for Java to customize chart axes in PowerPoint Presentations for reports and visualizations....Customize Chart Axes in Presentations Using Java Contents [ Hide...Create an instance of the Presentation class. Access the first...

    docs.aspose.com/slides/java/chart-axis/