Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 129,311 for

presentation

(0.11 sec)
  1. Create 3D Presentations in .NET|Aspose.Slides D...

    Generate interactive 3D Presentations in .NET with Aspose.Slides effortlessly. Export quickly to PowerPoint and OpenDocument formats for versatile use....Create 3D Presentations in .NET Contents [ Hide ] Overview How...usually create a 3D PowerPoint presentation? Microsoft PowerPoint enables...

    docs.aspose.com/slides/net/3d-presentation/
  2. 在 Android 上创建演示文稿查看器|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 Java 中创建自定义演示文稿查看器。轻松显示 PowerPoint 和 OpenDocument 文件,无需 Microsoft PowerPoint。...从演示文稿幻灯片生成 SVG 图像,请按照以下步骤操作: 创建一个 Presentation 类的实例。 按索引获取幻灯片引用。 打开文件流。...slideIndex = 0 ; Presentation presentation = new Presentation ( "sample...

    docs.aspose.com/slides/zh/androidjava/presentat...
  3. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for Node.js. Get clear JavaScript code samples and tips to streamline your Presentations....SmartArt Shape Nodes in Presentations Using JavaScript Contents...SmartArt Node in PowerPoint Presentation using JavaScript Aspose...

    docs.aspose.com/slides/nodejs-java/manage-smart...
  4. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for PHP via Java and speed up Presentation editing and data updates....columns in a PowerPoint presentation, Aspose.Slides provides...instance of the Presentation class and load the presentation. Get a slide’s...

    docs.aspose.com/slides/php-java/manage-rows-and...
  5. Add Ellipses to Presentations in JavaScript|Asp...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for Node.js across PPT and PPTX Presentations—JavaScript code examples included....Add Ellipses to Presentations in JavaScript Contents [ Hide ]...a selected slide of the presentation, please follow the steps...

    docs.aspose.com/slides/nodejs-java/ellipse/
  6. 文本框|Aspose.Slides 文档

    在 Aspose.Slides for Android 中使用文本框:使用 Java 对 PPT、PPTX 和 ODP 演示文稿进行添加、格式化、对齐、换行、自动适应和样式设置。...addTextBox () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/androidjava/examples/...
  7. Header Footer|Aspose.Slides Documentation

    Control slide headers and footers with Aspose.Slides for .NET: add dates, slide numbers, and custom text in PPT, PPTX, and ODP with C# examples....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; slide . HeaderFooterManager ....

    docs.aspose.com/slides/net/examples/elements/he...
  8. Online XML to ODP Conversion or Develop Java ba...

    Free online app to convert XML to ODP files. Java conversion library code for XML documents....Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/java/conversion/xml-t...
  9. 墨迹|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中使用墨迹:绘制、导入和编辑笔画,调整颜色和宽度,并使用 C++ 示例将其导出为 PPT、PPTX 和 ODP。...() { auto presentation = MakeObject < Presentation > ( u "ink..."ink.pptx" ); auto slide = presentation -> get_Slide ( 0 ); auto...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  10. Customize Pie Charts in Presentations Using Jav...

    Learn how to create and customize pie charts in Java with Aspose.Slides, exportable to PowerPoint, boosting your data storytelling in seconds....Customize Pie Charts in Presentations Using Java Contents [ Hide...properties, do this: Instantiate Presentation class object. Add chart...

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