Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 130,003 for

presentation

(0.1 sec)
  1. Convert PPSX to PPT using C# | products.aspose.com

    Sample code for PPSX to PPT C# conversion. Use API example code for batch PPSX files to PPT conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/ppsx-...
  2. Convert POT to POTM using C# | products.aspose.com

    Sample code for POT to POTM C# conversion. Use API example code for batch POT files to POTM conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/pot-t...
  3. Convert OTP to POT using C# | products.aspose.com

    Sample code for OTP to POT C# conversion. Use API example code for batch OTP files to POT conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/otp-t...
  4. Convert PPSX to PPS using C# | products.aspose.com

    Sample code for PPSX to PPS C# conversion. Use API example code for batch PPSX files to PPS conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/ppsx-...
  5. Convert OTP to PPS using C# | products.aspose.com

    Sample code for OTP to PPS C# conversion. Use API example code for batch OTP files to PPS conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/otp-t...
  6. Merge POTX Files via C++ | products.aspose.com

    C++ example code to combine POTX documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/potx/
  7. Merge PPTM Files via C++ | products.aspose.com

    C++ example code to combine PPTM documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/pptm/
  8. Merge ODP Files via C++ | products.aspose.com

    C++ example code to combine ODP documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/cpp/merger/odp/
  9. Font Selection Sequence in Aspose.Slides for С+...

    Discover how Aspose.Slides for С++ selects fonts, ensuring crisp, consistent Presentation of PPT, PPTX and ODP files—improve your slides now....[ Hide ] Overview When a presentation is loaded, rendered, or...whether the fonts used in the presentation are available in the operating...

    docs.aspose.com/slides/cpp/font-selection-seque...
  10. 使用 Python 管理演示文稿表格|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python(通过 .NET)在 PowerPoint 和 OpenDocument 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化您的表格工作流。... 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 定义列宽数组。...实例化表示演示文稿文件的 Presentation 类。 with slides . Presentation () as presentation...

    docs.aspose.com/slides/zh/python-net/manage-table/