Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 10,117 for

presentation

(0.04 sec)
  1. 自定义形状|Aspose.Slides 文档

    在 .NET 中向 PowerPoint 演示文稿添加自定义形状...代码展示了如何向形状添加自定义点: using ( Presentation pres = new Presentation ()) { GeometryShape...代码展示了如何从形状中删除点: using ( Presentation pres = new Presentation ()) { GeometryShape...

    docs.aspose.com/slides/zh/net/custom-shape/
  2. 椭圆|Aspose.Slides for Python 文档

    在Python中创建PowerPoint演示文稿中的椭圆...文稿的选定幻灯片中,请遵循以下步骤: 创建一个 Presentation 类的实例 通过使用其索引获取幻灯片的引用 使用...实例化表示PPTX的Presentation类 with slides . Presentation () as pres...

    docs.aspose.com/slides/zh/python-net/ellipse/
  3. Render a Slide as an SVG Image|Aspose.Slides fo...

    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....when you need to print your presentation in a very large format ...to export slides in your presentations as SVG images. Go through...

    docs.aspose.com/slides/php-java/render-a-slide-...
  4. Exporting Math Equations|Aspose.Slides for Pyth...

    Export PowerPoint math equations in Python...export math equations from presentations. For example, you may need...slides (from a specific presentation) and use them in another...

    docs.aspose.com/slides/python-net/exporting-mat...
  5. Manage Autofit Settings|Aspose.Slides for Pytho...

    Set the autofit settings for textbox in PowerPoint in Python...behavior for textboxes in presentations. Resize Shape to Fit Text...its box in a PowerPoint presentation: import aspose.slides as...

    docs.aspose.com/slides/python-net/manage-autofi...
  6. 演示文稿页眉和页脚|Aspose.Slides 文档

    在 C# 或 .NET 中的 PowerPoint 页眉和页脚...: // 加载演示文稿 Presentation pres = new Presentation ( "headerTest...using ( Presentation presentation = new Presentation ( "presentation...

    docs.aspose.com/slides/zh/net/presentation-head...
  7. 导出媒体文件到HTML文件|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....为了将媒体文件导出到HTML,请按照以下步骤操作: 创建一个Presentation类的实例 获取幻灯片的引用 设置过渡效果 将演示文稿写入PPTX文件...//加载演示文稿 using (Presentation pres = new Presentation("example.pptx"))...

    docs.aspose.com/slides/zh/net/export-media-file...
  8. Migration from Microsoft Office Automation to A...

    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....Contents [ Hide ] Create a New Presentation Adding Text Dynamically...a Chart in a PowerPoint Presentation in C# Technical Articles...

    docs.aspose.com/slides/net/migration-from-micro...
  9. 嵌入字体 - PowerPoint Java API|Aspose.Slides 文档

    在 Java 中使用嵌入的字体于 PowerPoint 演示文稿...实例化表示演示文件的 Presentation 对象 Presentation pres = new Presentation ( "EmbeddedFonts...: // 加载演示文稿 Presentation pres = new Presentation ( "Fonts.pptx"...

    docs.aspose.com/slides/zh/java/embedded-font/
  10. How to Save Slide as SVG in C++

    In this tutorial, we will explore how to save Slide as SVG in C++. SVG is popular format while rendering images in browsers and using C++, you can convert PowerPoint Slide to SVG in few API calls....Aspose::Slides namespace Load the presentation file for saving slide as...as SVG using Presentation Class instance Use the WriteAsSvg method...

    kb.aspose.com/slides/cpp/how-to-save-slide-as-s...