Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 129,327 for

presentation

(1.51 sec)
  1. Design Professional Presentations in C++|Aspose...

    Boost your slides with Aspose.Slides for C++ — design, automate, and convert PowerPoint and OpenDocument Presentations effortlessly. Learn more now!...Design Professional Presentations in C++ Contents [ Hide ] Manage...Manage Presentation Themes in C++ Manage Presentation Backgrounds...

    docs.aspose.com/slides/cpp/presentation-design/
  2. Save Presentations in Read-Only Mode Using C++|...

    Load and save PowerPoint files (PPT, PPTX) in read-only mode with Aspose.Slides for C++, offering precise slide previews without altering your Presentations....Save Presentations in Read-Only Mode Using C++ Contents [ Hide...can use to protect their presentations. You may want to use this...

    docs.aspose.com/slides/cpp/read-only-presentation/
  3. PPT to PDF Conversion in C#: NullReferenceExcep...

    Hi I am trying to convert a few ppts to pdf and I am getting the following null reference exception. System.NullReferenceException: Object reference not set to an instance of an object. at .(Graphics , , ) at .(IL…... (Presentation , Stream , Int32[] , PdfOptions...InterruptionToken ) at Aspose.Slides.Presentation.Save(Stream stream, SaveFormat...

    forum.aspose.com/t/ppt-to-pdf-conversion-in-c-n...
  4. Embed Fonts in Presentations Using Java|Aspose....

    Embed TrueType fonts in PowerPoint and OpenDocument Presentations with Aspose.Slides for Java, ensuring accurate rendering across all platforms....Embed Fonts in Presentations Using Java Contents [ Hide ] Embedded...useful when you want your presentation to appear correctly when...

    docs.aspose.com/slides/java/embedded-font/
  5. Customize PowerPoint Fonts in PHP|Aspose.Slides...

    Customize fonts in PowerPoint slides with Aspose.Slides for PHP via Java to keep your Presentations sharp and consistent across any device....to load fonts used in a presentation without installing them...Load and render/export the presentation. Call FontsLoader::clearCache...

    docs.aspose.com/slides/php-java/custom-font/
  6. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....Changed the Presentation.VbaProject Property The Presentation class'...VBA projects embedded in a presentation. You can add new project...

    docs.aspose.com/slides/net/public-api-and-backw...
  7. Video|Aspose.Slides Documentation

    Add and control videos with Aspose.Slides for .NET: insert, play, trim, set poster frames, and export with C# examples for PPT, PPTX, and ODP Presentations....() { using var presentation = new Presentation (); var slide =...= presentation . Slides [ 0 ]; // Add a video. var videoFrame...

    docs.aspose.com/slides/net/examples/elements/vi...
  8. 页眉页脚|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 控制幻灯片的页眉和页脚:在 PPT、PPTX 和 ODP 中通过 C++ 示例添加日期、幻灯片编号和自定义文本。...() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); slide -> get_HeaderFooterManager...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  9. Remove PPTX Annotation using Java | products.as...

    Java sample code to delete PPTX format annotations on Java Runtime Environment for JSP/JSF Application and Desktop Applications....PPTX - Java Presentation presentation = new Presentation ( "example...Deletes all comments from the presentation for ( ICommentAuthor author...

    products.aspose.com/slides/java/annotation/pptx/
  10. 页眉页脚|Aspose.Slides 文档

    使用 Aspose.Slides for Java 控制幻灯片的页眉和页脚:在 PPT、PPTX 和 ODP 中添加日期、幻灯片编号和自定义文本,附带 Java 示例。...addHeaderFooter () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/java/examples/element...