Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 129,330 for

presentation

(0.18 sec)
  1. Convert OTT to PPSX via C++ or with free Online...

    Export OTT to PPSX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free OTT to PPSX online converter quickly before integrating the code.... PPSX is a presentation format used by PowerPoint...for C++ to create a new presentation, and save it as PPSX. This...

    products.aspose.com/total/cpp/conversion/ott-to...
  2. Convert WORDML to POTM via C++ or with free Onl...

    Export WORDML to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free WORDML to POTM online converter quickly before integrating the code....a user wants to create a presentation from a WordML document....PowerPoint Open XML Macro-Enabled Presentation format. Converting WordML...

    products.aspose.com/total/cpp/conversion/wordml...
  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....要添加布局幻灯片,请按以下步骤操作: 创建 Presentation 类的实例 访问母版幻灯片集合 查找现有的布局幻...使用新添加的布局幻灯片添加空白幻灯片 最后,使用 Presentation 对象写入演示文稿文件 示例 string FilePath...

    docs.aspose.com/slides/zh/net/add-layout-slides...
  4. Set Captions to OLE Icons in Python|Aspose.Slid...

    Discover how to set captions for OLE object icons in PPT, PPTX and ODP Presentations with Aspose.Slides for Python .NET, enhancing slides with custom labels.... Presentation () as presentation : slide = presentation . slides...) # Add an image to the presentation's image collection with...

    docs.aspose.com/slides/python-net/set-caption-t...
  5. Add Line Shapes to Presentations in C++|Aspose....

    Learn to manipulate line formatting in PowerPoint Presentations with Aspose.Slides for C++. Discover properties, methods, and examples....Add Line Shapes to Presentations in C++ Contents [ Hide ] Create...a selected slide of the presentation, please follow the steps...

    docs.aspose.com/slides/cpp/line/
  6. C++ API to Convert XPS to XAML | products.aspos...

    Convert XPS to XAML via C++ without using Microsoft Word or Adobe Acrobat Reader...user interfaces in Windows Presentation Foundation (WPF) applications...Load PPTX document by using Presentation class reference Save the...

    products.aspose.com/total/cpp/conversion/xps-to...
  7. Online XSLFO to PPSM Conversion or Build .NET b...

    Free online app to convert XSLFO to PPSM files. .NET C# conversion library code for XSLFO documents....Load PPTX file by using Presentation class Save the document...instance of Presentation Presentation presentation = new Presentation...

    products.aspose.com/total/net/conversion/xslfo-...
  8. Configure Fallback Font Collections in Java|Asp...

    Set up a fallback fonts collection in Aspose.Slides for Java to keep text consistent and crisp in PowerPoint and OpenDocument Presentations....fonts across the presentation. Each Presentation has a getFontsManager...certain presentation: Presentation pres = new Presentation (); try...

    docs.aspose.com/slides/java/create-fallback-fon...
  9. The text is not rotated properly in pptx format...

    The text Dollar($) in the yaxis of the chart is not rotated properly in pptx format. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspose:aspose-cells:26.2’ implementation ‘c…...Presentation import com.aspose.slides...class PowerPointService { Presentation createPresentationFr(String...

    forum.aspose.com/t/the-text-is-not-rotated-prop...
  10. 在 .NET 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C# 代码示例添加、格式化和编辑图表。...照以下步骤即可生成标准的簇状柱形图: 创建一个 Presentation 类的实例。 使用索引获取幻灯片的引用。 添加带有数据的图表,并指定...// 实例化 Presentation 类。 using ( Presentation presentation = new...

    docs.aspose.com/slides/zh/net/create-chart/