Sort Score
Result 10 results
Languages All
Labels All
Results 5,061 - 5,070 of 61,434 for

java pptx

(1.08 sec)
  1. 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/
  2. 在 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...
  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. 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...
  5. 墨迹|Aspose.Slides 文档

    在 Aspose.Slides for Java 中使用墨迹:绘制、导入和编辑笔画,调整颜色和宽度,并使用 Java 示例导出为 PPT、Pptx 和 ODP。...Slides for Java 访问现有墨迹形状并将其删除的示例。 ❗ 注意: 墨迹形...presentation = new Presentation ( "ink.pptx" ); try { ISlide slide = presentation...

    docs.aspose.com/slides/zh/java/examples/element...
  6. 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/
  7. Aspose queries - Free Support Forum - aspose.com

    Hi I have a few queries with Aspose. Can you please help me with - Is there a way I can generate slides using Aspose slides using Microsoft Office 2016 Styling ? I need to copy paste a chart from Excel to Powerpoint a…...Product Family slides-java , cells-java , slides-ole , slides-python...if you can share this code in Java. If that is an issue, Python...

    forum.aspose.com/t/aspose-queries/311420
  8. 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/
  9. Manage Presentation Ink Objects in PHP|Aspose.S...

    Manage PowerPoint ink objects — create, edit & style digital ink with Aspose.Slides for PHP via Java. Get code samples for traces, brush color & size....pptx" ); try { $ink = $pres -> getSlides...(); $brush -> setColor ( java ( "java.awt.Color" ) -> RED ); }...

    docs.aspose.com/slides/php-java/manage-ink/
  10. Manage Presentation Ink Objects in JavaScript|A...

    Manage PowerPoint ink objects—create, edit & style digital ink with Aspose.Slides for Node.js. Get JavaScript code samples for traces, brush color & size....pptx" ); try { var ink = pres . getSlides.... setColor ( java . getStaticFieldValue ( "java.awt.Color" ,...

    docs.aspose.com/slides/nodejs-java/manage-ink/