Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 127,412 for

presentation

(0.18 sec)
  1. Convert PPTM to JPEG using C# | products.aspose...

    Sample code for PPTM to JPEG C# conversion. Use API example code for batch PPTM files to JPEG conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/net/conversion/pptm-...
  2. Convert PPTM to GIF using C# | products.aspose.com

    Sample code for PPTM to GIF C# conversion. Use API example code for batch PPTM files to GIF conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Iterate through each...each Slide in the Presentation Create a full scale image as a...

    products.aspose.com/slides/net/conversion/pptm-...
  3. Convert OTP to SVG using Java | products.aspose...

    Sample Java conversion code for OTP format to SVG file. Use this example code to export PowerPoint & OpenOffice Presentations to SVG within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/otp-...
  4. Aspose::Words::DocumentBuilder::InsertOleObject...

    Aspose::Words::DocumentBuilder::InsertOleObject method. Inserts an embedded OLE object from a stream into the document in C++....System :: IO :: Stream > & presentation ) Parameter Type Description...OLE object being inserted. presentation const System::SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. How to Insert HTML into PowerPoint using Python

    This quick tutorial describes how to insert HTML into PowerPoint using Python. It shares environment settings, detailed steps and a runnable sample code convert HTML to PowerPoint using Python....Create a blank presentation using the Presentation class for inserting...string Save the resultant presentation as PPTX having HTML contents...

    kb.aspose.com/slides/python/how-to-insert-html-...
  6. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in Presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats....objects in a PowerPoint presentation through Aspose components...visual difference in the presentation between the pre- and post-activation...

    docs.aspose.com/slides/java/working-solution-fo...
  7. Export CGM to POWERPOINT via C# API | products....

    .NET API to Convert CGM to POWERPOINT without using Microsoft Word...second step is to use the Presentation Processing API, Aspose.Slides...create, edit, and manipulate presentations, including the ability to...

    products.aspose.com/total/net/conversion/cgm-to...
  8. Convert PNG to PPTX in C++ | products.aspose.com

    Convert PNG to PPTX in C++. Use C++ library API to convert PNG images to PowerPoint...and manipulate PowerPoint presentations, PDFs, HTML docs, and other...essentially creating a PowerPoint presentation that contains slides based...

    products.aspose.com/slides/cpp/conversion/png-t...
  9. 从演示文稿中使用 Python 获取形状有效属性|Aspose.Slides for Pyth...

    了解 Aspose.Slides for Python via .NET 如何计算并应用有效的形状属性,以实现精确的 PowerPoint 和 OpenDocument 渲染。... Presentation ( "Presentation1.pptx" ) as presentation : shape...shape = presentation . slides [ 0 ] . shapes [ 0 ] local_text_frame_format...

    docs.aspose.com/slides/zh/python-net/shape-effe...
  10. 在 Python 中应用或更改幻灯片布局|Aspose.Slides for Python 文档

    了解如何在 Aspose.Slides for Python(通过 .NET)中管理和自定义幻灯片布局。探索布局类型、占位符控制、页脚可见性以及通过 Python 代码示例进行布局操作。...layout_slides 和 masters ,位于 Presentation 类下 类型,例如 LayoutSlide 、 ...允许您检查特定布局是否已存在,必要时添加新布局,并使用该布局插入幻灯片。 创建 Presentation 类的实例。 访问 MasterLayoutSlideCol...

    docs.aspose.com/slides/zh/python-net/slide-layout/