Sort Score
Result 10 results
Languages All
Labels All
Results 4,551 - 4,560 of 113,678 for

presentation

(0.05 sec)
  1. Convert OTT to ODP in Python or with free Onlin...

    OTT to ODP conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free OTT to ODP online converter quickly before integrating the code....(OpenDocument Presentation) is an open standard for presentation documents...a user wants to create a presentation from a text document. How...

    products.aspose.com/total/python-net/conversion...
  2. 管理 C++ 中的 PowerPoint 段落|Aspose.Slides 文档

    在 C++ 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...个段落且每个段落包含 3 个部分的文本框: 创建一个 Presentation 类的实例。 通过其索引访问相关幻灯片的引用。 向幻灯片添加一个矩形...SharedPtr < Presentation > pres = MakeObject < Presentation > (); //...

    docs.aspose.com/slides/zh/cpp/manage-paragraph/
  3. 文本格式化|Aspose.Slides for PHP 文档

    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....下面的代码片段展示了如何使用这一功能: $pres = new Presentation ( "Presentation.pptx" ); try { ...下面的代码片段展示了如何使用这一功能: $pres = new Presentation ( "Presentation.pptx" ); try { $options...

    docs.aspose.com/slides/zh/php-java/text-formatt...
  4. Compress ODP Files Online or using Android Mobi...

    Free online app to compress different ODP files. Android compression library Java code for ODP documents....Load the document using Presentation class. Use the getDigitalSignatures()...ODP Files (OpenDocument Presentation Format) Compress ODS Files...

    products.aspose.com/total/android-java/compress...
  5. Compress PPS Files Online or using Android Mobi...

    Free online app to compress different PPS files. Android compression library Java code for PPS documents....Load the document using Presentation class. Use the getDigitalSignatures()...ODP Files (OpenDocument Presentation Format) Compress ODS Files...

    products.aspose.com/total/android-java/compress...
  6. Convert POTX to SVG using C++ application | pro...

    Sample C++ conversion code for POTX document to SVG format. Use example code for batch POTX to SVG conversion within any C++ Application....Slides for C++ Presentation Object. Call the Save()...SharedPtr<Presentation> prs = MakeObject<Presentation>(u "sourceFile...

    products.aspose.com/slides/cpp/conversion/potx-...
  7. 组|Aspose.Slides for Python 文档

    在Python中向PowerPoint演示文稿添加组形状...NET向幻灯片添加组形状的方法如下: 创建 Presentation 类的实例。 通过使用其索引获取幻灯片的引用。 向幻灯片添加组形状。...slides # 实例化Presentation类 with slides . Presentation () as pres...

    docs.aspose.com/slides/zh/python-net/group/
  8. 管理标签和自定义数据|Aspose.Slides for PHP 文档

    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....获取标签的值,针对 Presentation : $pres = new Presentation ( "pres.pptx"...通过 Java 向 Presentation 添加标签: $pres = new Presentation ( "pres.pptx"...

    docs.aspose.com/slides/zh/php-java/managing-tag...
  9. 形状操作|Aspose.Slides for Python 文档

    在 Python 中操作 PowerPoint 形状...实例化表示演示文稿文件的 Presentation 类 with slides . Presentation ( path + ...via .NET 将形状克隆到幻灯片: 创建一个 Presentation 类的实例。 通过使用其索引获取幻灯片的引用。 访问源幻灯片形状集合。...

    docs.aspose.com/slides/zh/python-net/shape-mani...
  10. Custom Shape|Aspose.Slides Documentation

    Add a custom shape to a PowerPoint Presentation in .NET...shape: using ( Presentation pres = new Presentation ()) { GeometryShape...shape: using ( Presentation pres = new Presentation ()) { GeometryShape...

    docs.aspose.com/slides/net/custom-shape/