Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 9,131 for

pptx

(0.03 sec)
  1. Manage SmartArt Shape|Aspose.Slides Documentation

    Manage SmartArt in PowerPoint presentations in C# or .NET...the modified presentation as a PPTX file. // Instantiate the presentation..."SimpleSmartArt_out.pptx" , Aspose . Slides . Export . SaveFormat . Pptx ); }...

    docs.aspose.com/slides/net/manage-smartart-shape/
  2. Convert PowerPoint Presentations to TIFF in C#|...

    Learn how to easily convert PowerPoint (PPT, Pptx) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for .NET. 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.). using ( Presentation...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  3. Convert PowerPoint Presentations to TIFF in And...

    Learn how to easily convert PowerPoint (PPT, Pptx) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for Android 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 presentation...

    docs.aspose.com/slides/androidjava/convert-powe...
  4. Convert PowerPoint Presentations to TIFF in Pyt...

    Learn how to easily convert PowerPoint (PPT, Pptx) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for Python via .NET. 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.). with slides . Presentation...

    docs.aspose.com/slides/python-net/convert-power...
  5. 管理 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/
  6. Chart Series|Aspose.Slides for Node.js via .NET...

    Chart series in PowerPoint presentations in JavaScript...the modified presentation to a PPTX file. This JavaScript code shows..."SetChartSeriesOverla_out.pptx" , aspose . slides . SaveFormat . Pptx ); } finally...

    docs.aspose.com/slides/nodejs-java/chart-series/
  7. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint presentations in C++...pptx" ); auto table = System :: AsCast...the modified presentation as a PPTX file. This C++ code shows you...

    docs.aspose.com/slides/cpp/manage-cells/
  8. 管理单元格|Aspose.Slides for Python 文档

    Python中的PowerPoint演示文稿中的表格单元格...pptx" ) as pres : table = pres ....遍历每一个单元格以清除上、下、右和左边框。 将修改后的演示文稿保存为PPTX文件。 以下Python代码展示了如何移除表格单元格的边框:...

    docs.aspose.com/slides/zh/python-net/manage-cells/
  9. Presentation Notes|Aspose.Slides Documentation

    Presentation notes, speaker notes in Java...pptx" ); try { // Removing notes...pres . save ( "test.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/presentation-notes/
  10. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using C++...Aspose TextBox Finally, write the PPTX file through the Presentation...( u "TextBox_out.pptx" , SaveFormat :: Pptx ); Check for Text...

    docs.aspose.com/slides/cpp/manage-textbox/