Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 142,062 for

pptx

(0.1 sec)
  1. How to Add Hyperlink to an Image in PowerPoint ...

    This article contains information on how to add hyperlink to an image in PowerPoint using C#. It covers the configuration details using step wise approach to accomplish the task and a sample code to add hyperlink to an image in PPT in C#....create Hyperlink for an Image in PPTX using C# . The sample code exhibits...properties Save the presentation as PPTX having a hyperlink for a PNG...

    kb.aspose.com/slides/net/how-to-add-hyperlink-t...
  2. Turn off wordwrap in chart legends - Free Suppo...

    Hi, I am using Pptx to PDF conversion using Aspose and I am able to stop wrapping in legends in Pptx, however in the generated PDF the legend is wrapping. And this is what am using com.aspose.slides.ILegend legend = …...2025, 3:49pm 1 Hi, I am using PPTx to PDF conversion using Aspose...stop wrapping in legends in PPTx, however in the generated PDF...

    forum.aspose.com/t/turn-off-wordwrap-in-chart-l...
  3. Export CGM to POWERPOINT via C# API | products....

    .NET API to Convert CGM to POWERPOINT without using Microsoft Word...transform the CGM file format to PPTX. This API provides a wide range...CGM file has been converted to PPTX, the second step is to use the...

    products.aspose.com/total/net/conversion/cgm-to...
  4. Export MD to PPTM via C# API | products.aspose.com

    .NET API to Convert MD to PPTM without using Microsoft Word...transform the MD file format to PPTX. This API provides a range of...MD file has been converted to PPTX, the second step is to use the...

    products.aspose.com/total/net/conversion/md-to-...
  5. C++ API to Convert PDF to POTM | products.aspos...

    Convert PDF to POTM via C++ without using Microsoft Word or Adobe Acrobat Reader...for C++, you can export PDF to PPTX, and with Aspose.Slides for...for C++, you can convert PPTX to POTM. Both APIs are easy to use...

    products.aspose.com/total/cpp/conversion/pdf-to...
  6. C++ API to Convert MHTML to PPSX | products.asp...

    Convert MHTML to PPSX via C++ without using Microsoft Word or Adobe Acrobat Reader...PDF for C++ to export MHTML to PPTX. Secondly, you can use Aspose...Aspose.Slides for C++ to convert PPTX to PPSX. Both APIs are easy...

    products.aspose.com/total/cpp/conversion/mhtml-...
  7. Slide|Aspose.Slides for Python Documentation

    Manage slides in Python with Aspose.Slides: create, clone, reorder, hide, set backgrounds and size, apply transitions, and export for PowerPoint and OpenDocument....pptx" , slides . export . SaveFormat . PPTX ) 💡 Tip:...slides . Presentation ( "slide.pptx" ) as presentation : # Access...

    docs.aspose.com/slides/python-net/examples/elem...
  8. Layout Slide|Aspose.Slides for Python Documenta...

    Use Python to manage layout slides with Aspose.Slides: create, apply, clone, rename, and customize placeholders and themes in presentations for PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) 💡 Tip...Presentation ( "layout_slide.pptx" ) as presentation : # Access...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Manage Presentation Notes in Python|Aspose.Slid...

    Customize presentation notes with Aspose.Slides for Python via .NET. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....pptx" ) as presentation : # Removing..."RemoveNotesAtSpecifi_out.pptx" , slides . export . SaveFormat . PPTX ) Remove...

    docs.aspose.com/slides/python-net/presentation-...
  10. 在 Java 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 Java 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且全面地为 PPT、Pptx 和 ODP 文件设置填充、线条和效果样式。... 将修改后的演示文稿保存为 PPTX 文件。 以下代码演示了如何格式化矩形 AutoShape...setColor ( Color . BLUE ); // 将 PPTX 文件保存到磁盘。 presentation . save...

    docs.aspose.com/slides/zh/java/shape-formatting/