Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 130,017 for

presentation

(0.17 sec)
  1. Convert PPTM to OTP in Node.js | products.aspos...

    Convert PPTM to OTP in Node.js. Use Node.js library API to convert PPTM files to OTPs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  2. Convert PPT to POT in Node.js | products.aspose...

    Convert PPT to POT in Node.js. Use Node.js library API to convert PPT files to POTs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  3. Convert PPTX to ODP in Node.js | products.aspos...

    Convert PPTX to ODP in Node.js. Use Node.js library API to convert PPTX files to ODPs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  4. Online ODP File Comparison or Build Android Mob...

    Free online app to Compare different ODP files. Android comparison library code for ODP documents....both ODP documents using Presentation class. Iterate through each...each slide of both presentations and compare one by one. Code...

    products.aspose.com/total/android-java/compare/...
  5. Convert POTM to SVG in Node.js | products.aspos...

    Convert POTM to SVG in Node.js. Use Node.js library API to convert POTM files to SVGs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  6. Convert PPSM to SVG in Node.js | products.aspos...

    Convert PPSM to SVG in Node.js. Use Node.js library API to convert PPSM files to SVGs...you to convert PowerPoint presentations to various formats in Node...Node.js. It supports all presentation elements and formats and...

    products.aspose.com/slides/nodejs-java/conversi...
  7. 在 .NET 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 精通段落格式化 - 在 C# 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式。...个段落且每个段落包含 3 个部分的文本框: 创建一个 Presentation 类的实例。 通过索引访问相应幻灯片的引用。 向幻灯片添加一个矩形...实例化一个表示 PPTX 文件的 Presentation 类 using ( Presentation pres = new Presentation...

    docs.aspose.com/slides/zh/net/manage-paragraph/
  8. C++ API to Convert PCL to OTP | products.aspose...

    Convert PCL to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...Load PPTX document by using Presentation class reference Save the...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/cpp/conversion/pcl-to...
  9. 在 Python 中管理 PowerPoint 演示文稿主题|Aspose.Slides fo...

    在 Aspose.Slides for Python via .NET 中掌握演示文稿主题,以创建、定制和转换具有一致品牌标识的 PowerPoint 文件。... Presentation () as presentation : slide = presentation . slides.... SchemeColor . ACCENT4 presentation . master_theme . color_scheme...

    docs.aspose.com/slides/zh/python-net/presentati...
  10. 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…...example: auto presentation = MakeObject<Presentation>(u"Test1.pptx");...try { for (auto&& slide : presentation->get_Slides()) { for (auto&&...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...