Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 133,796 for

pptx

(0.06 sec)
  1. Add Slide to Presentation|Aspose.Slides Documen...

    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....the PPTX file to the Disk pres . save ( "EmptySlide.pptx" , SaveFormat...SaveFormat . Pptx ); } finally { pres . dispose (); } Access...

    docs.aspose.com/slides/androidjava/add-slide-to...
  2. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in Java...pptx" , SaveFormat . Pptx ); } finally { if.... save ( "output.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/chart-data-label/
  3. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in Java...pptx" , SaveFormat . Pptx ); } finally { if.... save ( "output.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/chart-data-l...
  4. Manage PowerPoint Paragraph|Aspose.Slides for P...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in PHP...Presentation class that represents a PPTX file $pres = new Presentation...Write PPTX to Disk $pres -> save ( "multiParaPort_out.pptx" , SaveFormat...

    docs.aspose.com/slides/php-java/manage-paragraph/
  5. 管理表格|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的表格...代码演示如何在演示文稿中创建表格: // 实例化一个表示 PPTX 文件的 Presentation 类 Presentation...pres . save ( "table.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/manage-ta...
  6. 管理表格|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的表格...代码展示了如何在演示文稿中创建一个表格: // 实例化一个表示 PPTX 文件的 Presentation 类 Presentation...pres . save ( "table.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/manage-table/
  7. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET and speed up presentation editing and data updates....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. 演示文稿备注|Aspose.Slides 文档

    演示文稿备注,Java中的发言者备注...pptx" ); try { // 移除第一张幻灯片的备注 INotesSlideManager...pres . save ( "test.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/androidjava/presentat...
  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. Pie 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...the modified presentation to a PPTX file. // Create an instance...

    docs.aspose.com/slides/androidjava/pie-chart/