Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 129,130 for

presentation

(0.22 sec)
  1. Master Slide|Aspose.Slides for Python Documenta...

    Manage master slides in Python with Aspose.Slides: create, edit, clone, and format themes, backgrounds, placeholders to unify slides in PowerPoint and OpenDocument.... Presentation () as presentation : # Clone the default... = presentation . masters [ 0 ] new_master = presentation . masters...

    docs.aspose.com/slides/python-net/examples/elem...
  2. 图表|Aspose.Slides for Node.js via .NET 文档

    使用 Aspose.Slides for Node.js via Java 掌握图表:创建、格式化、绑定数据,并通过 JavaScript 示例将图表导出为 PPT、PPTX 和 ODP。...{ let presentation = new aspose . slides . Presentation (); try...try { let slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  3. Import Presentations from PDF or HTML in .NET|A...

    Effortlessly import PDF and HTML documents into PowerPoint and OpenDocument Presentations in .NET with Aspose.Slides for seamless, high-performance slide processing....Import Presentations from PDF or HTML in .NET Contents [ Hide...for .NET , you can import presentations from files in other formats...

    docs.aspose.com/slides/net/import-presentation/
  4. Table|Aspose.Slides for Python Documentation

    Create and format tables in Python with Aspose.Slides: insert data, merge cells, style borders, align content, and import/export for PPT, PPTX and ODP.... Presentation () as presentation : slide = presentation . slides...50 , widths , heights ) presentation . save ( "table.pptx" ,...

    docs.aspose.com/slides/python-net/examples/elem...
  5. Secure Presentations with Passwords in .NET|Asp...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument Presentations with Aspose.Slides for .NET. Secure your Presentations....Secure Presentations with Passwords in .NET Contents [ Hide ]...When you password-protect a presentation, it means that you are setting...

    docs.aspose.com/slides/net/password-protected-p...
  6. Manage Picture Frames in Presentations Using Ja...

    Add picture frames to PowerPoint and OpenDocument Presentations with Aspose.Slides for Java. Streamline your workflow and enhance slide designs....Manage Picture Frames in Presentations Using Java Contents [ Hide...allow people to create presentations quickly from images. Create...

    docs.aspose.com/slides/java/picture-frame/
  7. Embed Fonts in Presentations Using JavaScript|A...

    Embed TrueType fonts in PowerPoint and OpenDocument Presentations with Aspose.Slides for Node.js via Java, ensuring accurate rendering across all platforms....Embed Fonts in Presentations Using JavaScript Contents [ Hide...useful when you want your presentation to appear correctly when...

    docs.aspose.com/slides/nodejs-java/embedded-font/
  8. Manage SmartArt in PowerPoint Presentations Usi...

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

    docs.aspose.com/slides/php-java/manage-smartart/
  9. 连接器|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 绘制和控制连接器:添加、路由、重新路由、设置连接点、箭头和样式,以在 PPT、PPTX 和 ODP 中链接形状。... Presentation () as presentation : slide = presentation . slides...BENT_CONNECTOR2 , 0 , 0 , 100 , 100 ) presentation . save ( "connector.pptx"...

    docs.aspose.com/slides/zh/python-net/examples/e...
  10. 组形状|Aspose.Slides 文档

    在 Aspose.Slides for C++ 中管理分组形状:使用 C++ 示例在 PPT、PPTX 和 ODP 演示文稿中创建、嵌套、对齐、重新排序和设置组形状的样式。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); auto group = slide...

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