Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 9,448 for

pptx

(0.03 sec)
  1. 在C#或.NET中创建或更新PowerPoint演示文稿图表|Aspose.Slides 文档

    在C#或.NET中创建PowerPoint演示文稿中的图表...将修改后的演示文稿写入PPTX文件。 以下C#代码向您展示了如何创建常规图表: // 实例化表示PPTX文件的Presentation类...; // 将PPTX文件保存到磁盘 pres . Save ( "AsposeChart_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/net/create-chart/
  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.... 将演示文稿写入 PPTX 文件。 在下面给出的示例中,我们设置了图表图例的位置和大小。...save ( "Legend_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/chart-leg...
  3. Shape Effective Properties|Aspose.Slides for No...

    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....pptx" ); try { var shape = pres ...Presentation ( "Presentation1.pptx" ); try { var threeDEffectiveData...

    docs.aspose.com/slides/nodejs-java/shape-effect...
  4. Shape Effective Properties|Aspose.Slides Docume...

    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....pptx" ); try { IAutoShape shape =...Presentation ( "Presentation1.pptx" ); try { IThreeDFormatEffecti...

    docs.aspose.com/slides/androidjava/shape-effect...
  5. Pie Chart|Aspose.Slides for Python Documentation

    Pie chart plot options and slice colors in PowerPoint presentation in Python...pptx" , slides . export . SaveFormat . PPTX ) Set Automatic...the modified presentation to a PPTX file. import aspose.slides.charts...

    docs.aspose.com/slides/python-net/pie-chart/
  6. Presentation Notes|Aspose.Slides for Node.js vi...

    Presentation notes, speaker notes in JavaScript...pptx" ); try { // Removing notes...( "test.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/presentation...
  7. Add Image in Table Cell|Aspose.Slides Documenta...

    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....pptx" ; string ImageFile = "AsposeLogo...the modified presentation as a PPTX file string FileName = "Adding...

    docs.aspose.com/slides/net/add-image-in-table-c...
  8. Creating Excel Chart and Embedding it in Presen...

    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....Chart as an OLE Object inside PPTX presentation using Aspose.Slides...output presentation to disk in PPTX format Implementation of the...

    docs.aspose.com/slides/java/creating-excel-char...
  9. Create PowerPoint Presentation Charts in C++|As...

    Create chart in PowerPoint presentation in C++...the modified presentation as a PPTX file. This C++ code shows you...= u "../out/NormalCharts_out.pptx" ; //Instantiates a presentation...

    docs.aspose.com/slides/cpp/create-chart/
  10. Slide Transition|Aspose.Slides Documentation

    Add PowerPoint slide transition and transition effects in C# or .NET...pptx" )) { // Apply circle type transition..."SampleTransition_out.pptx" , SaveFormat . Pptx ); } Add Advanced...

    docs.aspose.com/slides/net/slide-transition/