Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 130,051 for

presentation

(0.07 sec)
  1. Convert POT to PPS using C# | products.aspose.com

    Sample code for POT to PPS C# conversion. Use API example code for batch POT files to PPS conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/pot-t...
  2. Convert OTP to EMF using C# | products.aspose.com

    Sample code for OTP to EMF C# conversion. Use API example code for batch OTP files to EMF conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/otp-t...
  3. Convert POT to HTML using C# | products.aspose.com

    Sample code for POT to HTML C# conversion. Use API example code for batch POT files to HTML conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/pot-t...
  4. Convert POTM to XPS using C# | products.aspose.com

    Sample code for POTM to XPS C# conversion. Use API example code for batch POTM files to XPS conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/potm-...
  5. Convert PPS to POT using C# | products.aspose.com

    Sample code for PPS to POT C# conversion. Use API example code for batch PPS files to POT conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/pps-t...
  6. Convert OTP to PPSX using C# | products.aspose.com

    Sample code for OTP to PPSX C# conversion. Use API example code for batch OTP files to PPSX conversion within VB.NET, Asp.NET or any .NET based application....file with an instance of Presentation class Call the Save method...Conversion // instantiate a Presentation object that represents a...

    products.aspose.com/slides/net/conversion/otp-t...
  7. OutOfMemoryError When Exporting Slides to HTML ...

    Hello, I am trying to save each slide of the attached Presentation as HTML file, without success. It throws OutOfMeory Excepton for Java Heap space. Slides Java library version is 24.3, and I was able to give the java p…...each slide of the attached presentation as HTML file, without success...not help. Attached s the presentation as well as the test code...

    forum.aspose.com/t/outofmemoryerror-when-export...
  8. What Is the Aspose Equivalent of Table Design |...

    In PPTX, when working on a table, it is possible to do the following: Table Design ribbon Table Styles Clear Table See screenshot for an example: Clear Table.png (101.6 KB) How to do this in Aspose Slides for Java?...// Create a presentation Presentation presentation = new Presentation();...Add a slide ISlide slide = presentation.getSlides().get_Item(0);...

    forum.aspose.com/t/what-is-the-aspose-equivalen...
  9. 在 Android 上优化演示文稿的图像管理|Aspose.Slides 文档

    通过 Aspose.Slides for Android via Java,简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并实现工作流自动化。...示例代码展示了如何向幻灯片添加图像: Presentation pres = new Presentation (); try { ISlide...中将网络图像添加到幻灯片: Presentation pres = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/androidjava/image/
  10. 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/