Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 9,448 for

pptx

(0.05 sec)
  1. Presentation View Properties|Aspose.Slides for ...

    Manage PowerPoint presentation view properties in PHP...pptx" , SaveFormat :: Pptx ); } finally { $pres...Write the presentation as a PPTX file. In the example given below...

    docs.aspose.com/slides/php-java/presentation-vi...
  2. Manage Media|Aspose.Slides Documentation

    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....Write the presentation as a PPTX file. In the example given below...

    docs.aspose.com/slides/cpp/manage-media/
  3. 在 Java 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    在 Java 中创建 PowerPoint 演示文稿中的图表...PowerPoint 演示文稿图表 代码步骤: 创建一个表示 PPTX 文件的 Presentation 类的实例。 通过其索引获取幻灯片的引用。...为图表系列添加填充颜色。 为图表系列添加标签。 将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码演示了如何创建普通图表: //...

    docs.aspose.com/slides/zh/androidjava/create-ch...
  4. Manage Table|Aspose.Slides for PHP Documentation

    Create and manage table in PowerPoint presentations...Presentation class that represents a PPTX file $pres = new Presentation...-> save ( "table.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-table/
  5. 图表工作簿|Aspose.Slides 文档

    在 C++ 中的 PowerPoint 演示文稿中的图表工作簿...pptx" ); auto chart = System :: ExplicitCast...MakeObject < Presentation > ( u "Test.pptx" ); auto chart = pres -> get_Slides...

    docs.aspose.com/slides/zh/cpp/chart-workbook/
  6. Manage Zoom|Aspose.Slides Documentation

    Add zoom or zoom frames to PowerPoint presentations in C# or .NET...the modified presentation as a PPTX file. This C# code shows you...Save ( "presentation.pptx" , SaveFormat . Pptx ); } Creating Zoom...

    docs.aspose.com/slides/net/manage-zoom/
  7. 形状效果|Aspose.Slides 文档

    在C++中为PowerPoint形状应用效果...pptx" , SaveFormat :: Pptx ); 应用反射效果 以下C++代码显示如何将反射效果应用于形状:...Save ( u "reflection.pptx" , SaveFormat :: Pptx ); 应用发光效果 以下C++代码显示如何将发光效果应用于形状:...

    docs.aspose.com/slides/zh/cpp/shape-effect/
  8. 图表工作簿|Aspose.Slides 文档

    C#或.NET中的PowerPoint演示文稿中的图表工作簿...pptx" )) { Chart chart = ( Chart...= new Presentation ( "chart2.pptx" )) { ISlide slide = pres ....

    docs.aspose.com/slides/zh/net/chart-workbook/
  9. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python....the modified presentation as a PPTX file. This Python code demonstrates...Presentation class that represents a PPTX file. with slides . Presentation...

    docs.aspose.com/slides/python-net/create-chart/
  10. Manage SmartArt Shape Node|Aspose.Slides Docume...

    Manage SmartArt nodes and child nodes in PowerPoint presentations in C# or .NET...pptx" ); // Traverse through every..."AddSmartArtNode_out.pptx" , Aspose . Slides . Export . SaveFormat . Pptx ); Add...

    docs.aspose.com/slides/net/manage-smartart-shap...