Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 129,304 for

presentation

(0.21 sec)
  1. 在 Java 中管理演示文稿背景|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供代码技巧以提升您的演示文稿。... 创建 Presentation 类的实例。 将幻灯片的 BackgroundType...: // 创建 Presentation 类的实例。 Presentation presentation = new Presentation...

    docs.aspose.com/slides/zh/java/presentation-bac...
  2. 墨迹|Aspose.Slides 文档

    在 Aspose.Slides for Java 中使用墨迹:绘制、导入和编辑笔画,调整颜色和宽度,并使用 Java 示例导出为 PPT、PPTX 和 ODP。...accessInk () { Presentation presentation = new Presentation ( "ink.pptx"...); try { ISlide slide = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/zh/java/examples/element...
  3. Manage Audio in Presentations on Android|Aspose...

    Create and control audio frames in Aspose.Slides for Android—Java examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP Presentations....Manage Audio in Presentations on Android Contents [ Hide ] Create...Create an instance of the Presentation class. Get a slide’s reference...

    docs.aspose.com/slides/androidjava/audio-frame/
  4. Create and Customize PowerPoint Charts in С++|A...

    Create and customize PowerPoint charts in С++ with Aspose.Slides—work with data, styles, and chart types in PPT and PPTX using clear code examples....PowerPoint Presentation Charts in С++ Customize Presentation Charts...Charts in С++ Customize Presentation Chart Entities in С++ Optimize...

    docs.aspose.com/slides/cpp/powerpoint-charts/
  5. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in Python via .NET using Aspose.Slides, featuring concise code examples and performance-focused guidance....Manage SmartArt Graphics in Presentations Using Python Contents [...Create an instance of the Presentation class. Get the target slide...

    docs.aspose.com/slides/python-net/manage-smarta...
  6. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for Java using clear code samples that speed up slide design and automation....SmartArt in PowerPoint Presentations Using Java Contents [ Hide...node. Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/java/manage-smartart/
  7. 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...
  8. Convert ODP to PPTX in Java|Aspose.Slides Docum...

    Convert ODP to PPTX with Aspose.Slides for Java. Clean Java code examples, batch tips, and high-quality results—no PowerPoint needed....Convert ODP to PPTX/PPT Presentation Aspose.Slides for Java offers...offers Presentation class that represents a presentation file....

    docs.aspose.com/slides/java/convert-odp-to-pptx/
  9. Manage Chart Workbooks in Presentations Using J...

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

    docs.aspose.com/slides/java/chart-workbook/
  10. 页眉页脚|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 控制幻灯片的页眉和页脚:在 PPT、PPTX 和 ODP 中通过 C++ 示例添加日期、幻灯片编号和自定义文本。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); slide -> get_HeaderFooterManager...

    docs.aspose.com/slides/zh/cpp/examples/elements...