Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 129,337 for

presentation

(0.8 sec)
  1. Different File Formats and Conversions|Aspose.S...

    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....(PPT) About PPT PPT is the presentation document file format that...is the binary format for presentation documents developed by Microsoft...

    docs.aspose.com/slides/cpp/different-file-forma...
  2. 使用 C++ 在演示文稿中自定义图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...请按照以下步骤操作: 创建 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...= System :: MakeObject < Presentation > (); auto shapes = pres...

    docs.aspose.com/slides/zh/cpp/chart-axis/
  3. sample.zip

    Properties/AssemblyInfo.cs using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the f......() { using (Presentation pres = new Presentation()) { pres.Slides...ExportSingePage() { using (Presentation pres = new Presentation("demo.pptx"))...

    docs.aspose.com/slides/es/net/web-extensions/sa...
  4. sample.zip

    Properties/AssemblyInfo.cs using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the f......() { using (Presentation pres = new Presentation()) { pres.Slides...ExportSingePage() { using (Presentation pres = new Presentation("demo.pptx"))...

    docs.aspose.com/slides/de/net/web-extensions/sa...
  5. Features Overview|Aspose.Slides for Python Docu...

    Discover Aspose.Slides for Python via .NET: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument Presentations efficiently....fastest processing for this presentation document format. PPT to...can export all supported presentation file formats to Tagged Image...

    docs.aspose.com/slides/python-net/features-over...
  6. Access to Guides Is Not Working as Expected: Ma...

    I was trying to manipulate guides like those in the attached file. With the current version of PowerPoint guides can be defined for the Presentation (shown on all slides), stored in Presentation.xml p:Presentation/p:ex…...guides can be defined for the presentation (shown on all slides), stored...stored in presentation.xml p:presentation/p:extLst/p:ext/p15:sldGuideLst...

    forum.aspose.com/t/access-to-guides-is-not-work...
  7. Extract Text and Images from PPT File Online an...

    Online PPT file parser app. Python API code to extract images and text from PPT document....For all types of text in presentation, Use PresentationFactory()...PresentationFactory().get_presentation_text(string, TextExtractionArrang) Load...

    products.aspose.com/total/python-net/parse/ppt/
  8. Waterfall Chart Is Displayed Incorrectly after ...

    Hi Aspose Slides Team, import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import com.aspose.slides.Presentation; import com.aspose.slides.SaveFormat; public class TestColumnChart { public st…...Presentation; import com.aspose.slides...machine Presentation presentation = new Presentation(path + "OriginalFile...

    forum.aspose.com/t/waterfall-chart-is-displayed...
  9. Extract Text and Images from ODP File Online an...

    Online ODP file parser app. .NET API C# code to extract images and text from ODP Presentation....NET based ODP presentation parser application. C# code...ODP. Download Parse ODP Presentation via Online App Import ODP...

    products.aspose.com/total/net/parse/odp/
  10. 管理演示文稿中的 ActiveX 控件(Python)|Aspose.Slides for P...

    了解 Aspose.Slides for Python via .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... ActiveX 控件,请执行以下操作: 创建 Presentation 类的实例并加载其中包含 ActiveX 控件的演示文稿。...slides . Presentation ( path + "ActiveX.pptm" ) as presentation : #...

    docs.aspose.com/slides/zh/python-net/activex/