Sort Score
Result 10 results
Languages All
Labels All
Results 7,161 - 7,170 of 129,303 for

presentation

(0.1 sec)
  1. 使用 Aspose.Slides for C++ 的 Hello World 应用程序|Asp...

    使用 Aspose.Slides 创建您的第一个 C++ 应用程序,这是一个简单的 Hello World 示例,可帮助您准备自动化 PPT、PPTX 和 ODP 演示文稿。...创建 Hello World 应用程序: 创建一个 Presentation 类的实例 获取演示文稿中第一张幻灯片的引用(该幻灯片在实例化...获取演示文稿中第一张幻灯片的引用(该幻灯片在实例化 Presentation 时创建) 在幻灯片的指定位置添加一个 ShapeType 为 Rectangle...

    docs.aspose.com/slides/zh/cpp/hello-world-appli...
  2. Convert PowerPoint to JSON Format via Java | pr...

    Convert PowerPoint to JSON format via Java without using using Microsoft Excel or PowerPoint...valuable for transforming presentation content into a structured...Java to export PowerPoint presentations to HTML. This library offers...

    products.aspose.com/total/java/conversion/power...
  3. Convert XML to ODS in Android Apps | products.a...

    Render XML to ODS in Android Apps API without using Microsoft Excel or Adobe Reader...store spreadsheets, charts, presentations and word processing documents...XML to ODP (OpenDocument Presentation Format) Convert XML to OTP...

    products.aspose.com/total/android-java/conversi...
  4. Java API to Convert XML to CSV | products.aspos...

    Export XML to CSV via Java API without using Microsoft Excel or Adobe Reader...XML to ODP (OpenDocument Presentation Format) Convert XML to OTP...Template Presentation) Convert XML to Powerpoint (Presentation Files)...

    products.aspose.com/total/java/conversion/xml-t...
  5. C++ API to Convert XML to DIF | products.aspose...

    Convert XML to DIF via C++ API without using Microsoft Excel or Adobe Reader...XML to ODP (OpenDocument Presentation Format) Convert XML to ODS...Template Presentation) Convert XML to POWERPOINT (Presentation Files)...

    products.aspose.com/total/cpp/conversion/xml-to...
  6. SVG Picture Is Not Rendered Correctly When Conv...

    Hi, When converting a PPTX document to PDF, an SVG logo is not rendered correctly. Aspose.Slides version used: 25.12 Code used: Presentation pres = new Presentation(options.SourcePath); pres.Save(options.DestinationP…...12 Code used: Presentation pres = new Presentation(options.SourcePath);...before adding it to the presentation; this can avoid rendering...

    forum.aspose.com/t/svg-picture-is-not-rendered-...
  7. Convert XPS to EXCEL in Android Apps | products...

    Render XPS to EXCEL in Android Apps API without using Microsoft Excel or Adobe Reader...XPS to ODP (OpenDocument Presentation Format) Convert XPS to OTP...Template Presentation) Convert XPS to POWERPOINT (Presentation Files)...

    products.aspose.com/total/android-java/conversi...
  8. 设置OLE图标的标题|Aspose.Slides 文档

    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.... using ( Presentation pres = new Presentation ()) { ISlide...

    docs.aspose.com/slides/zh/net/set-caption-to-ol...
  9. 搜索

    搜索... 首先,創建 Presentation 類的一個實例。 使用 Presentation->getSlides()->idxget...為每個系列添加數據點、填充顏色和標籤。 最後,使用 Presentation->Save (System::String name...

    blog.aspose.com/zh-hant/slides/create-charts-in...
  10. 从 C++ 演示文稿获取段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for C++ 中检索段落和文本片段的边界,以优化 PowerPoint 演示文稿中的文本定位。...实例化一个表示演示文稿文件的 Presentation 对象 auto presentation = System :: MakeObject...MakeObject < Presentation > ( u "Shapes.pptx" ); auto shape =...

    docs.aspose.com/slides/zh/cpp/paragraph/