Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 10,117 for

presentation

(0.04 sec)
  1. Chart Worksheet Formulas|Aspose.Slides for Node...

    PowerPoint Equations and Spreadsheet Formulas...Chart Spreadsheet Formula in Presentation Chart spreadsheet (or chart...chart worksheet) in presentation is the data source of the chart...

    docs.aspose.com/slides/nodejs-java/chart-worksh...
  2. 上标和下标|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 类的实例。 通过使用其索引获取幻灯片的引用。 向幻灯片添加一个...实例化一个表示PPTX的PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/androidjava/superscri...
  3. Manage Ink|Aspose.Slides Documentation

    Use ink tools to draw objects in PowerPoint C++...brush: System :: SharedPtr < Presentation > pres = System :: MakeObject...MakeObject < Presentation > ( u "pres.pptx" ); System :: SharedPtr...

    docs.aspose.com/slides/cpp/manage-ink/
  4. 管理缩放|Aspose.Slides for Python 文档

    在 Python 中向 PowerPoint 演示文稿添加缩放或缩放框...您可以通过以下方式在幻灯片上添加缩放框: 创建 Presentation 类的实例。 创建您打算链接的新幻灯片。 为创建的幻灯片添加标识文本和背景。...pydrawing as draw with slides . Presentation () as pres : # 添加新幻灯片到演示文稿...

    docs.aspose.com/slides/zh/python-net/manage-zoom/
  5. Delete all the comments by an author|Aspose.Sli...

    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....file using ( Presentation pres = new Presentation ( fileName ))...Sourceforge Bitbucket Create a presentation document Delete a Slide...

    docs.aspose.com/slides/net/delete-all-the-comme...
  6. Getting Warning Callbacks for Fonts Substitutio...

    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....LoadOptions class Load the presentation file that is using a font...Replacing Images inside Presentation Image Collection Compatibility...

    docs.aspose.com/slides/python-net/getting-warni...
  7. Public API and Backwards Incompatible Changes i...

    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 pres = new Presentation ( "demo.pptx"...

    docs.aspose.com/slides/java/public-api-and-back...
  8. 将 PowerPoint 转换为 PNG|Aspose.Slides for Python 文档

    将 PowerPoint 演示文稿转换为 PNG...PNG 按照以下步骤操作: 实例化 Presentation 类。 从 Presentation.Slides 集合中获取 ISlide...as slides pres = slides . Presentation ( "pres.pptx" ) for index...

    docs.aspose.com/slides/zh/python-net/convert-po...
  9. Treemap 和 Sunburst 图表的数据点|Aspose.Slides 文档

    在 C# 或 .NET 中将 Sunburst 图表添加到 PowerPoint 演示文稿...图表添加到演示文稿中: using ( Presentation pres = new Presentation ()) { IChart...4”分支的颜色: using ( Presentation pres = new Presentation ()) { IChart...

    docs.aspose.com/slides/zh/net/data-points-of-tr...
  10. 在 Python 中创建 PowerPoint 演示文稿图表|Aspose.Slides fo...

    在 Python 中创建 PowerPoint 演示文稿图表... 创建普通图表 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 添加一...PPTX 文件的 Presentation 类 with slides . Presentation () as pres...

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