Sort Score
Result 10 results
Languages All
Labels All
Results 7,291 - 7,300 of 130,057 for

presentation

(0.18 sec)
  1. View JPG File Online and Load or Read JPG File ...

    Free online JPG file viewer app. Python API code to read and load JPG file for viewer application....ODP Files (OpenDocument Presentation Format) View ODT Files (OpenDocument...Template Presentation) View POWERPOINT Files (Presentation Files)...

    products.aspose.com/total/python-net/viewer/jpg/
  2. Convert PPTX to DOTM in Python or with free Onl...

    PPTX to DOTM conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free PPTX to DOTM online converter quickly before integrating the code.... PPTX is a presentation format used by Microsoft...template for a presentation or making a presentation more compatible...

    products.aspose.com/total/python-net/conversion...
  3. Convert POT to EXCEL using Python or with free ...

    POT to EXCEL conversion in your Python applications without using Microsoft Office or online. Test free POT to EXCEL online converter quickly before integrating the code....EXCEL in Python Step 1 Use Presentation class instance to open the...in Python helps transform presentation template content into s...

    products.aspose.com/total/python-net/conversion...
  4. 从 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/
  5. 为 .NET 中的演示优化图表计算|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 中的图表计算、数据更新和精度控制,适用于 PPT 和 PPTX,并提供实用的 C# 代码示例。... using ( Presentation pres = new Presentation ( "test.pptx"...创建空演示文稿 using ( Presentation pres = new Presentation ()) { Chart...

    docs.aspose.com/slides/zh/net/chart-calculations/
  6. 在 Android 上的演示文稿中自定义气泡图|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 在 PowerPoint 中创建并自定义功能强大的气泡图,轻松提升数据可视化效果。... Presentation pres = new Presentation (); try { IChart...用于指定将数据表示为气泡图大小的可能方式。下面给出示例代码。 Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/zh/androidjava/bubble-ch...
  7. The First Slide Displays for Longer When Genera...

    Hello, I am generating a GIF with a PPTX file with a delay of 0.25s between each slide (using DefaultDelay = 250 from Aspose.Slides.Export.GifOptions), then I am saving it with Aspose.Imaging for my GIF to loop. But the…...Imaging; using (Presentation presentation = new Presentation("your_presentation...= new MemoryStream()) { presentation.Save(gifStream, SaveFormat...

    forum.aspose.com/t/the-first-slide-displays-for...
  8. Troubleshooting Installation of Aspose.Slides f...

    Troubleshoot Aspose.Slides for Node.js via Java installation issues, fix common errors and dependencies, and ensure smooth work with PPT, PPTX and ODP....); var presentation = new aspose . slides . Presentation (); var...var slide = presentation . getSlides (). get_Item ( 0 ); slide...

    docs.aspose.com/slides/nodejs-java/troubleshoot...
  9. Find/Get the Position and Dimensions of the "Sh...

    Hello Aspose Team, In OOXML, preset shapes define a specific “Shape text rectangle” using the rect tag, which restricts the bounds of the text. For example, in the attached screenshot, you can see the text appears alig…... Without a sample presentation, it is quite difficult to...expected result, please share a presentation file containing the sample...

    forum.aspose.com/t/find-get-the-position-and-di...
  10. 搜索

    搜索...Animation; using (Presentation presentation = new Presentation()) { //...添加微笑形狀,然後對其進行動畫處理 IAutoShape smile = presentation.Slides[0].Shapes.AddAutoShape(ShapeType...

    blog.aspose.com/zh-hant/slides/convert-ppt-to-v...