Sort Score
Result 10 results
Languages All
Labels All
Results 4,121 - 4,130 of 126,534 for

presentation

(0.1 sec)
  1. Manage Connectors in Presentations Using Java|A...

    Empower Java apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....Manage Connectors in Presentations Using Java Contents [ Hide...Create an instance of the Presentation class. Get a slide’s reference...

    docs.aspose.com/slides/java/connector/
  2. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...shape name auto presentation = MakeObject<Presentation>(u"Test1.pptx");...try { auto slideCount = presentation->get_Slides()->get_Count();...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...
  3. Convert TXT to ODP via C++ or with free Online ...

    Export TXT to ODP in your C++ applications without using Microsoft Word of PowerPoint or online. Test free TXT to ODP online converter quickly before integrating the code.... ODP is a presentation format used by OpenOffice...popular choice for creating presentations. It is also a great way...

    products.aspose.com/total/cpp/conversion/txt-to...
  4. Product Overview|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....to Microsoft PowerPoint Presentation (PPT) and Microsoft PowerPoint...to Microsoft PowerPoint presentations. Aspose.Slides for JasperReports...

    docs.aspose.com/slides/jasperreports/product-ov...
  5. 连接器|Aspose.Slides 文档

    使用 C# 和 Aspose.Slides 绘制和控制连接器:添加、路由、重新路由、设置连接点、箭头和样式,以在 PPT、PPTX 和 ODP 中链接形状。...() { using var pres = new Presentation (); var slide = pres . Slides...() { using var pres = new Presentation (); var slide = pres . Slides...

    docs.aspose.com/slides/zh/net/examples/elements...
  6. Convert RTF to POT via C++ or with free Online ...

    Export RTF to POT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free RTF to POT online converter quickly before integrating the code....Microsoft PowerPoint to store presentation templates. Converting RTF...when you want to create a presentation from a document created...

    products.aspose.com/total/cpp/conversion/rtf-to...
  7. 在演示文稿中使用 Python 应用形状动画|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义形状动画。脱颖而出!... 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一个...实例化一个表示演示文稿文件的 Presentation 类。 with slides . Presentation () as pres...

    docs.aspose.com/slides/zh/python-net/shape-anim...
  8. 将 PowerPoint 转换为 PDF 附注|Aspose.Slides for PHP 文档

    将 PowerPoint 转换为带附注的 PDF...实例化一个表示演示文稿文件的 Presentation 对象 $presIn = new Presentation ( "SelectedSlides...pptx" ); $presOut = new Presentation (); try { $slide = $presIn...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  9. Integrating Aspose.Slides with Google Slides|As...

    Connect Aspose.Slides with Google Slides to import, sync, and convert Presentations, automate workflows, and keep PowerPoint and OpenDocument in one pipeline....and upload Google Slides presentations. What Is Google Slides?...Slides is a free, web-based presentation software developed by Google...

    docs.aspose.com/slides/net/integrating-aspose-s...
  10. Extract text and images from PPT document via C...

    C++ example code to extract text and images from PPT file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....SharedPtr<Presentation> presentation = MakeObject<Presentation>(sourceFilePath);...SlideUtil::GetAllTextBoxes(presentation->get_Slides()->idx_get(...

    products.aspose.com/slides/cpp/parser/ppt/