Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 141,690 for

pptx

(0.5 sec)
  1. Customize Error Bars in Presentation Charts on ...

    Learn how to add and customize error bars in charts with Aspose.Slides for Android via Java—optimize data visuals in PowerPoint presentations....the modified presentation to a PPTX file. // Create an instance...save ( "ErrorBars.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/error-bar/
  2. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for .NET and elevate your presentations with professional text formatting for maximum impact....text into your PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations... Save the presentation as a PPTX file. The following C# code...

    docs.aspose.com/slides/net/superscript-and-subs...
  3. Animate PowerPoint Charts on Android|Aspose.Sli...

    Create stunning animated charts in Java with Aspose.Slides for Android. Boost presentations with dynamic visuals in PPT and Pptx files—get started now....pptx" ); try { // Get reference of..."AnimatingSeries_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/androidjava/animated-cha...
  4. Manage Presentation Comments in PHP|Aspose.Slid...

    Master presentation comments with Aspose.Slides for PHP via Java: add, read, edit, and delete comments in PowerPoint files fast and easily....pptx" , SaveFormat :: Pptx ); if ( java_values...new Presentation ( "Comments1.pptx" ); try { foreach ( $pres ->...

    docs.aspose.com/slides/php-java/presentation-co...
  5. Online JSON to PPSX Conversion or Build .NET ba...

    Free online app to convert JSON to PPSX files. .NET C# conversion library code for JSON documents....JsonUtility class and Save it as PPTX Load PPTX document by using Presentation...working with presentations like PPTX, they become essential for creating...

    products.aspose.com/total/net/conversion/json-t...
  6. 使用 Java 管理演示文稿中的文本框|Aspose.Slides 文档

    Aspose.Slides for Java 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化水平。...TextBox 最后,通过 Presentation 对象写入 PPTX 文件。 以下 Java 代码——上述步骤的实现——展示了如何向幻灯片添加文本:...save ( "TextBox_out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/manage-textbox/
  7. File Formats and Conversions - C++ PowerPoint A...

    C++ PowerPoint API supports conversions of PowerPoint file formats including PPT, Pptx, XML, PDF, XPS and others....PowerPoint (PPT) PresentationML (PPTX, XML) Portable Document Format...

    docs.aspose.com/slides/cpp/file-formats-and-con...
  8. Replace Images in the Presentation’s Image Coll...

    Replace images in presentations fast with Python. Supporting PowerPoint and OpenDocument formats to streamline workflows and boost slide quality....the modified presentation as a PPTX file. import aspose.slides as...slides . Presentation ( "pres.pptx" ) as presentation : #the first...

    docs.aspose.com/slides/python-net/replacing-ima...
  9. Add layout Slide to Presentation|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" )) { // Try to search by layout...of layouts. // Technographics.pptx presentation only contains Blank...

    docs.aspose.com/slides/net/add-layout-slide-to-...
  10. 在 Android 上管理演示文稿缩放|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 创建并自定义缩放 - 在各章节之间跳转,添加缩略图和转场效果,支持 PPT、Pptx 和 ODP 演示文稿。... 将修改后的演示文稿写入为 PPTX 文件。 Presentation pres = new...save ( "presentation.pptx" , SaveFormat . Pptx ); } finally { if...

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