Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 128,709 for

pptx

(0.05 sec)
  1. 管理 OLE|Aspose.Slides for PHP 文档

    在 PHP 中将 OLE 对象添加到 PowerPoint 演示文稿... 将修改后的演示文稿写入 PPTX 文件。 在下面的示例中,我们使用 Aspose.Slides...正确解释文件类型并选择正确的应用程序来打开此 OLE 对象。 # 实例化表示 PPTX 文件的 Presentation 类 $pres = new...

    docs.aspose.com/slides/zh/php-java/manage-ole/
  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 文件。 // 创建 Presentation 类的实例...save ( "ErrorBars.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/error-bar/
  3. Convert PowerPoint Presentations to TIFF in Jav...

    Learn how to easily convert PowerPoint (PPT, Pptx) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for Java. Step-by-step guide with code examples included....your PowerPoint slides (PPT, PPTX) and OpenDocument slides (ODP)...represents a presentation file (PPT, PPTX, ODP, etc.). Presentation presentation...

    docs.aspose.com/slides/java/convert-powerpoint-...
  4. Convert PowerPoint Presentations to TIFF in PHP...

    Learn how to easily convert PowerPoint (PPT, Pptx) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for PHP via Java. Step-by-step guide with code examples included....your PowerPoint slides (PPT, PPTX) and OpenDocument slides (ODP)...represents a presentation file (PPT, PPTX, ODP, etc.). $presentation =...

    docs.aspose.com/slides/php-java/convert-powerpo...
  5. 图表工作簿|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...
  6. Remove PPT Annotation using .NET | products.asp...

    C# source code to delete PPT format annotations on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....NET Annotation Ppt PPTX DOCX XLSX PDF ODP PPT Remove...Save( "example_out.pptx" , SaveFormat.Pptx); } How to Remove Comments...

    products.aspose.com/slides/net/annotation/ppt/
  7. Manage Rows and Columns|Aspose.Slides for Pytho...

    Manage table rows and columns in PowerPoint presentations in Python...pptx" ) as pres : # Accesses the..."table_out.pptx" , slides . export . SaveFormat . PPTX ) Clone Table’s...

    docs.aspose.com/slides/python-net/manage-rows-a...
  8. 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/
  9. Manage Rows and Columns|Aspose.Slides for PHP D...

    Manage table rows and columns in PowerPoint presentations...pptx" ); try { # Accesses the first...$pres -> save ( "pres.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-rows-and...
  10. 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/