Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 133,801 for

pptx

(0.06 sec)
  1. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in C#....the modified presentation as a PPTX file. This C# code demonstrates...as a PPTX file. presentation . Save ( "AsposeChart_out.pptx" ,...

    docs.aspose.com/slides/net/create-chart/
  2. Manage Zoom|Aspose.Slides for PHP Documentation

    Add zoom or zoom frames to PowerPoint presentations...the modified presentation as a PPTX file. This PHP code shows you...save ( "presentation.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-zoom/
  3. 在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/
  4. Slide Transition|Aspose.Slides Documentation

    PowerPoint slide transition, PowerPoint morph transition in Java...pptx" ); try { // Apply circle type..."SampleTransition_out.pptx" , SaveFormat . Pptx ); } finally { presentation...

    docs.aspose.com/slides/java/slide-transition/
  5. Manage Slide Transitions in Presentations Using...

    Discover how to customize slide transitions in Aspose.Slides for Python via .NET, with step-by-step guidance for PowerPoint and OpenDocument presentations....pptx" ) as presentation : # Apply..."SampleTransition_out.pptx" , slides . export . SaveFormat . PPTX ) Add Advanced...

    docs.aspose.com/slides/python-net/slide-transit...
  6. Manage Zoom|Aspose.Slides Documentation

    Add zoom or zoom frames to PowerPoint presentations in Java...the modified presentation as a PPTX file. This Java code shows you...save ( "presentation.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-zoom/
  7. Bubble Chart|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....pptx" , SaveFormat . Pptx ); } finally { if..."Presentation_BubbleSizeRepresenta.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/bubble-chart/
  8. Bubble Chart|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....pptx" , SaveFormat . Pptx ); } finally { if..."Presentation_BubbleSizeRepresenta.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/bubble-chart/
  9. 图表工作簿|Aspose.Slides for Python 文档

    Python中的PowerPoint演示文稿图表工作簿...pptx" , slides . export . SaveFormat . PPTX ) 将工作簿单元格设置为图表数据标签...( "pres.pptx" , slides . export . SaveFormat . PPTX ) 外部工作簿 在...

    docs.aspose.com/slides/zh/python-net/chart-work...
  10. Manage Table|Aspose.Slides Documentation

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

    docs.aspose.com/slides/androidjava/manage-table/