Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 126,650 for

presentation

(0.44 sec)
  1. Online SVG to POTM Conversion or Develop Java b...

    Free online app to convert SVG to POTM files. Java conversion library code for SVG 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/svg-t...
  2. Online MHTML to OTP Conversion or Develop Java ...

    Free online app to convert MHTML to OTP files. Java conversion library code for MHTML 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/mhtml...
  3. C++ API to Convert XSLFO to POT | products.aspo...

    Convert XSLFO to POT via C++ without using Microsoft Word or Adobe Acrobat Reader...create a new PowerPoint presentation. Converting XSLFO to POT...them to create a PowerPoint presentation from an XML document. How...

    products.aspose.com/total/cpp/conversion/xslfo-...
  4. 在 Java 中管理演示文稿超链接|Aspose.Slides 文档

    使用 Aspose.Slides for Java,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流。...代码展示了如何向文本添加网站超链接: Presentation presentation = new Presentation (); try...try { IAutoShape shape1 = presentation . getSlides (). get_Item...

    docs.aspose.com/slides/zh/java/manage-hyperlinks/
  5. Convert WORDML to POTX via Java or with free On...

    Java API to Export WORDML to POTX without using Microsoft Word or PowerPoint or online. Test free WORDML to POTX online converter quickly before integrating the code....for Java to create a new Presentation. This library provides a...PowerPoint documents. Once the Presentation is created, the HTML content...

    products.aspose.com/total/java/conversion/wordm...
  6. Merge ODP Files Online or using C++ | products....

    Free online app to combine different ODP Presentations. C++ merging library code to merge ODP Presentation into format of your choice....using Presentation class object Select the one presentation as the...method and get single merged Presentation C++ Code: Merge ODP Files...

    products.aspose.com/total/cpp/merge/odp/
  7. Export EPUB to POTM via C# API | products.aspos...

    .NET API to Convert EPUB to POTM without using Microsoft Word...second step is to use the Presentation Processing API, Aspose.Slides...create, edit, and manipulate presentations, such as adding text, images...

    products.aspose.com/total/net/conversion/epub-t...
  8. Remove ODP Annotation using .NET | products.asp...

    C# source code to delete ODP format annotations on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....C# using (Presentation presentation = new Presentation( "example...from the presentation foreach ( var author in presentation.CommentAuthors)...

    products.aspose.com/slides/net/annotation/odp/
  9. Aspose.Slides for Java Returns Incorrect Legend...

    When we are trying to fetch the legend entry count in case of PPT, we see that it is coming as 1 even though we have turned the show legend flag as false. In case of PPT it is coming as 1 and in case of excel it is comin…...// Create a presentation Presentation presentation = new Presentation();...Add a slide ISlide slide = presentation.getSlides().get_Item(0);...

    forum.aspose.com/t/aspose-slides-for-java-retur...
  10. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint Presentations using Aspose.Slides for Java for more engaging slides....Manage Chart Data Labels in Presentations Using Java Contents [ Hide...data label: Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/java/chart-data-label/