Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 133,786 for

pptx

(0.07 sec)
  1. Features|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....Hide ] Important Features PPT, PPTX, PDF and HTML Export Supported...

    docs.aspose.com/slides/jasperreports/features/
  2. 管理 OLE|Aspose.Slides 文档

    在 Java 中向 PowerPoint 演示文稿添加 OLE 对象... 将修改后的演示文稿写入 PPTX 文件。 在下面的示例中,我们使用 Aspose.Slides...正确解释文件类型并选择正确的应用程序打开该 OLE 对象。 // 实例化表示 PPTX 文件的 Presentation 类 Presentation...

    docs.aspose.com/slides/zh/androidjava/manage-ole/
  3. 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/
  4. Shape Manipulations|Aspose.Slides for PHP Docum...

    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 { $slide = $pres ->...the modified presentation as a PPTX file. The example below adds...

    docs.aspose.com/slides/php-java/shape-manipulat...
  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. Shape Manipulations|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" ); try { ISlide slide = pres...the modified presentation as a PPTX file. The example below adds...

    docs.aspose.com/slides/java/shape-manipulations/
  7. Presentation Comments|Aspose.Slides for PHP Doc...

    Add comments and replies in PowerPoint presentation...pptx" , SaveFormat :: Pptx ); if ( java_values...new Presentation ( "Comments1.pptx" ); try { foreach ( $pres ->...

    docs.aspose.com/slides/php-java/presentation-co...
  8. Shape Effective Properties|Aspose.Slides Docume...

    Get effective shape properties in PowerPoint presentations in C# or .NET...pptx" )) { IAutoShape shape = pres...Presentation ( "Presentation1.pptx" )) { IThreeDFormatEffecti threeDEffectiveData...

    docs.aspose.com/slides/net/shape-effective-prop...
  9. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for Python via .NET calculates and applies effective shape properties for precise PowerPoint and OpenDocument rendering....pptx" ) as pres : shape = pres ....Presentation ( path + "Presentation1.pptx" ) as pres : threeDEffectiveData...

    docs.aspose.com/slides/python-net/shape-effecti...
  10. 管理文本框|Aspose.Slides 文档

    使用 Java 在 PowerPoint 幻灯片上创建文本框。在 PowerPoint 幻灯片中使用 Java 在文本框或文本框架中添加列。使用 Java 在 PowerPoint 幻灯片中添加带超链接的文本框。...文本框 最后,通过 Presentation 对象写入 PPTX 文件。 以下 Java 代码——上述步骤的实现——向您展示了如何在幻灯片中添加文本:...save ( "TextBox_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/manage-te...