Sort Score
Result 10 results
Languages All
Labels All
Results 5,141 - 5,150 of 61,747 for

java pptx

(0.92 sec)
  1. Convert Presentations to HTML5 on Android|Aspos...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for Android via Java. Preserve formatting, animations, and interactivity....Export PowerPoint to HTML5 This Java code shows how you to export...pres = new Presentation ( "pres.pptx" ); try { pres . save ( "pres...

    docs.aspose.com/slides/androidjava/export-to-ht...
  2. Waterfall Chart Issue with Data Label Formattin...

    Hi Team, We identified an issue in the PowerPoint Waterfall Chart where data labels do not honor the configured custom number format after changing the locale from US to Italy. Although the underlying number format is a…...Slides Product Family slides-java , slides-chart Shivapriya July...selected locale. Using the Aspose Java program below, I applied the...

    forum.aspose.com/t/waterfall-chart-issue-with-d...
  3. Ink|Aspose.Slides Documentation

    Work with Ink in Aspose.Slides for Java: draw, import, and edit strokes, adjust color and width, and export to PPT, Pptx, and ODP using Java examples....Slides for Java . ❗ Note: Ink shapes represent...presentation = new Presentation ( "ink.pptx" ); try { ISlide slide = presentation...

    docs.aspose.com/slides/java/examples/elements/ink/
  4. Ink|Aspose.Slides Documentation

    Work with Ink in Aspose.Slides for Android: draw, import, and edit strokes, adjust color and width, and export to PPT, Pptx, and ODP using Java examples....Slides for Android via Java . ❗ Note: Ink shapes represent...presentation = new Presentation ( "ink.pptx" ); try { ISlide slide = presentation...

    docs.aspose.com/slides/androidjava/examples/ele...
  5. 在 Android 上打开演示文稿|Aspose.Slides 文档

    通过 Aspose.Slides for Android 使用 Java 轻松打开 PowerPoint(.Pptx、.ppt)和 OpenDocument(.odp)演示文稿——快速、可靠、功能齐全。... 以下 Java 示例展示了如何打开演示文稿并获取其幻灯片计数: // 实例化...= new Presentation ( "Sample.pptx" ); try { // 打印演示文稿中幻灯片的总数。...

    docs.aspose.com/slides/zh/androidjava/open-pres...
  6. Export Presentations to HTML with Externally Li...

    Export PowerPoint and OpenDocument presentations to HTML in JavaScript using Aspose.Slides for Node.js via Java with images and other resources saved as external linked files....Linked Resource Export Works A Java proxy for ILinkEmbedController...slides.via.java" ); const java = require ( "java" ); const fs...

    docs.aspose.com/slides/nodejs-java/exporting-pr...
  7. C# .NET Core File Automation APIs | products.as...

    C# ASP.NET VB.NET APIs to create manipulate convert and render any type of documents...POT, PresentationML (OOXML, PPTX), and OpenDocument presentations...streams, enhancing flexibility for Java applications seeking efficient...

    products.aspose.com/total/net/
  8. New slides version affecting the numbers in OLE...

    With the new Aspose slide version - ‘aspose-slides’, version:‘25.5’ we are getting # symbols for entries which were not there for older ‘aspose-slides’, version:‘24.8’ for generating grid in a ppt. Note- this grid is an …...Slides Product Family slides-java VaradS July 10, 2025, 12:24pm...presentation.save("output.pptx", SaveFormat.Pptx); Next Steps Test the...

    forum.aspose.com/t/new-slides-version-affecting...
  9. Manage Presentation Ink Objects on Android|Aspo...

    Manage PowerPoint ink objects—create, edit & style digital ink with Aspose.Slides for Android. Get Java code samples for traces, brush color & size.... Set Ink Brush Color This Java code shows you how to set the...pres = new Presentation ( "pres.pptx" ); try { IInk ink = ( IInk...

    docs.aspose.com/slides/androidjava/manage-ink/
  10. Get Paragraph Bounds from Presentations in PHP|...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for PHP via Java to optimize text positioning in PowerPoint presentations....Slides for PHP via Java, developers can now get the...new Presentation ( "HelloWorld.pptx" ); try { $shape = $pres ->...

    docs.aspose.com/slides/php-java/paragraph/