Sort Score
Result 10 results
Languages All
Labels All
Results 6,481 - 6,490 of 126,534 for

presentation

(0.5 sec)
  1. 使用 Python 在演示文稿中格式化图表|Aspose.Slides for Python 文档

    了解在 Aspose.Slides for Python 中通过 .NET 进行图表格式化,并为您的 PowerPoint 或 OpenDocument 演示文稿提升专业且引人注目的样式。...通过遵循这些示例,您将创建一个 Presentation ,添加并配置图表,并在保存为 PPTX 时应用精确的视觉和排版设置。...API 用于管理图表元素并应用自定义格式: 创建一个 Presentation 类的实例。 按索引获取幻灯片的引用。 添加一个...

    docs.aspose.com/slides/zh/python-net/chart-form...
  2. 通過 .NET 合併 OTP 文件 | products.aspose.com

    用於在 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上組合 OTP 文檔的 C# 源代碼。...OTP 文件 - C# var ps1 = new Presentation( "presen1.otp" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/zh-hant/net/merger/otp/
  3. 为演示文稿应用主题|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....FilePath + "Apply Theme to Presentation.pptx" ; string ThemeFileName...创建一个包含要克隆幻灯片的源演示文稿的 Presentation 类实例。 创建一个包含目标演示文稿的 Presentation 类实例,幻灯片将被克隆到此演示文稿中。...

    docs.aspose.com/slides/zh/net/apply-a-theme-to-...
  4. Merge HTML to Image in C# | products.aspose.com

    Merge HTML to image in C#. Use .NET library API to combine HTML to image...to merge and manipulate presentations, HTML docs, and other files...image using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/net/merger/html-to-i...
  5. PPT to PDF Conversion with an Empty Comment in ...

    Hi Team, While converting PPT into PDF we are using Presentation class Object to load ppt file in Java code. import com.aspose.slides.Presentation; Presentation Presentation = new Presentation("sample1.pptx"); We hav…...PPT into PDF we are using Presentation class Object to load ppt...aspose.slides.Presentation; Presentation presentation = new Presentation("sample1...

    forum.aspose.com/t/ppt-to-pdf-conversion-with-a...
  6. 在 C# 中將 HTML 轉換為 TIFF | products.aspose.com

    在 C# 中將 HTML 轉換為 TIFF。使用 .NET 庫 API 將 HTML 文件轉換為 TIFF 圖像...開發人員和應用程序可以通過以下方式將 HTML 轉換為 TIFF: 創建一個 Presentation 類的實例。 加載 HTML 文件。 將文檔保存到...C# 代碼 using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/zh-hant/net/conversi...
  7. 在 C# 中將 PDF 轉換為 TIFF | products.aspose.com

    在 C# 中將 PDF 轉換為 TIFF。使用 .NET 庫 API 將 PDF 頁面轉換為 TIFF 圖像...開發人員和應用程序可以通過以下方式將 PDF 轉換為 TIFF: 創建一個 Presentation 類的實例。 加載 PDF 文件。 調用 save...C# 代碼 using (Presentation pres = new Presentation()) { pres.Slides...

    products.aspose.com/slides/zh-hant/net/conversi...
  8. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....example: using ( Presentation pres = new Presentation ( "example.pptx"...used: using ( Presentation pres = new Presentation ( inFileName...

    docs.aspose.com/slides/net/public-api-and-backw...
  9. How to Convert PPTX to SVG using Java

    In this tutorial, you will learn how to convert PPTX to SVG using Java in Windows, Mac OS, or Ubuntu. The code sample can export PPTX to SVG in Java such that all the slides are converted to individual image....an input PPTX using the Presentation class object Access all...and then initialize the Presentation class object to load the...

    kb.aspose.com/slides/java/how-to-convert-pptx-t...
  10. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....may be used: Presentation pres = new Presentation ( inFileName...Categories animation: Presentation pres = new Presentation ( inFileName...

    docs.aspose.com/slides/java/public-api-and-back...