Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 129,312 for

presentation

(0.21 sec)
  1. Manage PowerPoint Text Paragraphs in PHP|Aspose...

    Master paragraph formatting with Aspose.Slides for PHP via Java — optimize alignment, spacing & style in PPT, PPTX, and ODP Presentations....Create an instance of the Presentation class. Access the relevant...object. Save the modified presentation. This PHP code is an implementation...

    docs.aspose.com/slides/php-java/manage-paragraph/
  2. Online XSLFO to Powerpoint Conversion or Develo...

    Free online app to convert XSLFO to Powerpoint files. Java conversion library code for XSLFO documents....Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/java/conversion/xslfo...
  3. Format PowerPoint Text on Android|Aspose.Slides...

    Format and style text in PowerPoint and OpenDocument Presentations using Aspose.Slides for Android via Java. Customize fonts, colors, alignment, and more....feature: Presentation pres = new Presentation ( "Presentation.pptx"...feature: Presentation pres = new Presentation ( "Presentation.pptx"...

    docs.aspose.com/slides/androidjava/text-formatt...
  4. Export Math Equations from Presentations in С++...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for С++ — preserve formatting and boost compatibility....Export Math Equations from Presentations in С++ Contents [ Hide ]...Export Math Equations from Presentations Aspose.Slides for C++ allows...

    docs.aspose.com/slides/cpp/exporting-math-equat...
  5. How to Save PowerPoint as PDF with Notes in C#

    This quick tutorial guides you on how to save PowerPoint as PDF with notes in C#. It provides all the details required for the IDE configuration, program flow and a runnable sample code to save PowerPoint with notes as PDF in C#....to print the PowerPoint Presentation notes for specific slides...Load the presentation with notes into the Presentation object Instantiate...

    kb.aspose.com/slides/net/how-to-save-powerpoint...
  6. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in Java for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data Presentations....Manage Chart Data Series in Presentations Using Java Contents [ Hide...Create an instance of the Presentation class. Add a clustered column...

    docs.aspose.com/slides/java/chart-series/
  7. NullPointerException Occurs When Opening and Sa...

    Hello, I have an issue opening and saving a Presentation, both with 25.3 and 25.4 versions of the SLides library, it throws java.lang.NullPointerException: Cannot invoke "com.aspose.slides.internal.kn.nr.ew()" because…...issue opening and saving a presentation, both with 25.3 and 25.4...createTempFile("target", ".pptx"); Presentation presentation = null; int loadFormat...

    forum.aspose.com/t/nullpointerexception-occurs-...
  8. How to Add Image Watermark in PPTX using Python

    In this topic, we'll walk you through the steps for how to add image watermark in PPTX using Python. You can insert a picture watermark in PowerPoint by using easy API interface in Python....image watermark to PPTX presentation in Python Establish the...image watermark inside the presentation Access an existing or create...

    kb.aspose.com/slides/python/how-to-add-image-wa...
  9. Online XML to Powerpoint Conversion or Develop ...

    Free online app to convert XML to Powerpoint files. Java conversion library code for XML documents....Load PPTX document by using Presentation class Save the document...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/java/conversion/xml-t...
  10. 在 .NET 中自定义演示文稿的图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中自定义图表轴,用于报告和可视化。...按照以下步骤操作: 创建 Presentation 类的实例。 访问第一张幻灯片。 添加一个带有默认数据的图表。...中获取所需的值: using ( Presentation pres = new Presentation ()) { Chart...

    docs.aspose.com/slides/zh/net/chart-axis/