Sort Score
Result 10 results
Languages All
Labels All
Results 6,621 - 6,630 of 163,361 for

presentation

(0.26 sec)
  1. VideoFrame PlayMode Auto Is Not Working after I...

    Hi I created an empty Presentation with a VideoFrame and PlayMode to Auto. First problem: the video shows “No Image” frame Second problem: the autoplay is not working ! My code: Presentation pres = new Presentation(…...#1 Hi I created an empty Presentation with a VideoFrame and PlayMode...working ! My code: Presentation pres = new Presentation(); pres.Slides...

    forum.aspose.com/t/videoframe-playmode-auto-is-...
  2. GetSubstitutions() | Aspose.Slides for C++ API ...

    Gets the information about fonts that will be replaced on the Presentation's rendering....will be replaced on the presentation’s rendering. virtual System...= System :: MakeObject < Presentation > ( u "pres.pptx" ); for...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  3. IHyperlink | Aspose.Slides for Android via Java...

    Represents a hyperlink.... Presentation presentation = new Presentation("demo.pptx");...pptx"); try { ISlide slide = presentation.getSlides().get_Item(0);...

    reference.aspose.com/slides/androidjava/com.asp...
  4. get_Points() | Aspose.Slides for C++ API Reference

    Gets points for the IInkLine System::Drawing::PointF Read-only....Example: System :: SharedPtr < Presentation > pres = System :: MakeObject...MakeObject < Presentation > ( u "pres.pptx" ); System :: SharedPtr...

    reference.aspose.com/slides/cpp/aspose.slides.i...
  5. 通過 .NET 查看 ODP 文件格式 | products.aspose.com

    用於在 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上加載、呈現和顯示 ODP 文檔的 C# 源代碼。... 實例化一個 Presentation 對象並加載 ODP 文件 創建一個用於格式化的...html" ; // instantiate a Presentation object & load the ODP file...

    products.aspose.com/slides/zh-hant/net/viewer/odp/
  6. How to Create PowerPoint Slide Image using Java

    This brief topic is about how to create PowerPoint slide Image using Java. It includes the comprehensive steps by providing the configuration requirements and working sample code to generate Image from PowerPoint slide in Java....the sample presentation file using the Presentation class object...the first slide inside the presentation slides collection Define...

    kb.aspose.com/slides/java/how-to-create-powerpo...
  7. Aspose.Slides for Java 21.5 Release Notes|Aspos...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....com/slides/net/save-presentation/#save-presentation-to-file SLIDESNET-40747...Unknown load format for presentations Bug SLIDESJAVA-38476 The...

    docs.aspose.com/slides/java/aspose-slides-for-j...
  8. 通過 .NET 從 PPTX 文檔中提取文本和圖像 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上的 PPTX 文件中提取文本和圖像。...from the Whole pptx Presentation Presentation pptxPresentation =...= new Presentation(dataDir + "demo.pptx" ); //Get an Array of...

    products.aspose.com/slides/zh-hant/net/parser/p...
  9. PresentationLockingBehavior | Aspose.Sildes for...

    This property defines if an instance of the Presentation class can be an owner of the source - file or stream during the instance lifetime. If the instance is an owner it locks the source. This helps to improve memory consumption and performance while working with BLOBs but the source stream or file cant be changed during Presentations instance lifetime....defines if an instance of the Presentation class can be an owner of...can’t be changed during Presentation’s instance lifetime. public...

    reference.aspose.com/slides/net/aspose.slides/b...
  10. 通过 C++ 合并 PPTM 文件 | products.aspose.com

    C++ 示例代码用于在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 运行时环境上组合 PPTM 文档。...Instantiate Presentation class SharedPtr<Presentation> presentation1...MakeObject<Presentation>(sourceFilePath1); SharedPtr<Presentation> presentation2...

    products.aspose.com/slides/zh/cpp/merger/pptm/