Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 129,314 for

presentation

(0.11 sec)
  1. Audio|Aspose.Slides Documentation

    Discover Aspose.Slides for C++ audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP Presentations with clear C++ code....() { auto presentation = MakeObject < Presentation > (); auto...auto slide = presentation -> get_Slide ( 0 ); // Create an empty...

    docs.aspose.com/slides/cpp/examples/elements/au...
  2. 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/
  3. 视频|Aspose.Slides 文档

    使用 Aspose.Slides for Android 添加和控制视频:插入、播放、剪辑、设置海报帧,并通过 Java 示例导出 PPT、PPTX 和 ODP 演示文稿。...addVideo () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/androidjava/examples/...
  4. ActiveX|Aspose.Slides 文档

    查看 Aspose.Slides for Android 的 ActiveX 示例:在 PPT 和 PPTX 演示文稿中插入、配置和控制 ActiveX 对象,使用清晰的 Java 代码。...addActiveX () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/zh/androidjava/examples/...
  5. Animation|Aspose.Slides Documentation

    Explore Aspose.Slides for Android animation examples: add, sequence, and customize effects and transitions with Java for PPT, PPTX, and ODP Presentations....addAnimation () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/androidjava/examples/ele...
  6. Animation|Aspose.Slides Documentation

    Explore Aspose.Slides for Java animation examples: add, sequence, and customize effects and transitions with Java for PPT, PPTX, and ODP Presentations....addAnimation () { Presentation presentation = new Presentation (); try...try { ISlide slide = presentation . getSlides (). get_Item ( 0 );...

    docs.aspose.com/slides/java/examples/elements/a...
  7. 布局幻灯片|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中掌握布局幻灯片:选择、应用和自定义幻灯片布局、占位符和母版,并提供 PPT、PPTX 和 ODP 演示文稿的示例。...{ let presentation = new aspose . slides . Presentation (); try...try { let masterSlide = presentation . getMasters (). get_Item...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  8. View & Edit PowerPoint Metadata using C++ | pro...

    C++ source code to view and edit Presentation propertires...extract, edit and remove presentation properties using server-side...Samples Online Include Edit Presentation Metadata FODP How to edit...

    products.aspose.com/slides/cpp/metadata/
  9. OLE Object|Aspose.Slides Documentation

    Handle OLE objects in Aspose.Slides for .NET: insert, link, update, and extract embedded content with C# in PPT, PPTX, and ODP Presentations....Embed a PDF file into the presentation. static void AddOleObject...() { using var presentation = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/ol...
  10. Customize Chart Legends in Presentations in .NE...

    Customize chart legends with Aspose.Slides for .NET to optimize PowerPoint Presentations with tailored legend formatting....Customize Chart Legends in Presentations in .NET Contents [ Hide...below: Create an instance of Presentation class. Get reference of...

    docs.aspose.com/slides/net/chart-legend/