Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 143,412 for

pptx

(0.08 sec)
  1. Manage Presentation Notes in Python|Aspose.Slid...

    Customize presentation notes with Aspose.Slides for Python via .NET. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....pptx" ) as presentation : # Removing..."RemoveNotesAtSpecifi_out.pptx" , slides . export . SaveFormat . PPTX ) Remove...

    docs.aspose.com/slides/python-net/presentation-...
  2. Manage Presentation Hyperlinks in Java|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Java—enhance interactivity and workflow in minutes....pptx" , SaveFormat . Pptx ); } finally { if...save ( "pres-out.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-hyperlinks/
  3. How to Add Hyperlink to an Image in PowerPoint ...

    This article contains information on how to add hyperlink to an image in PowerPoint using C#. It covers the configuration details using step wise approach to accomplish the task and a sample code to add hyperlink to an image in PPT in C#....create Hyperlink for an Image in PPTX using C# . The sample code exhibits...properties Save the presentation as PPTX having a hyperlink for a PNG...

    kb.aspose.com/slides/net/how-to-add-hyperlink-t...
  4. Convert DOCX to POWERPOINT via C++ or with free...

    Export DOCX to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to POWERPOINT online converter quickly before integrating the code....document to PPTX format using Save method and set Pptx as SaveFormat...presentation as Pptx pres -> Save ( output . pptx , Aspose :: Slides...

    products.aspose.com/total/cpp/conversion/docx-t...
  5. 演示文稿锁定|Aspose.Slides 文档

    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.... Microsoft PowerPoint 2007 (PPTX) 演示文稿。使用 Aspose.Slides 的应用程...中尚不可用。它为开发人员提供了一种控制其应用程序创建的演示文稿使用方式的手段。 幻灯片的组成 PPTX 幻灯片由多种组件组成,例如自动形状、表格、OLE 对象...

    docs.aspose.com/slides/zh/net/presentation-lock...
  6. OleObject|Aspose.Slides for Python Documentation

    Work with OLE objects in Python using Aspose.Slides: insert or update embedded files, set icons or links, extract content, control behavior for PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) Access.... Presentation ( "ole_frame.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  7. Audio|Aspose.Slides for PHP Documentation

    Work with audio in PHP using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and shapes in PowerPoint and OpenDocument....pptx" , SaveFormat :: Pptx ); } finally { $presentation...= new Presentation ( "audio.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/php-java/examples/elemen...
  8. Animation|Aspose.Slides for Python Documentation

    Master slide animations in Python with Aspose.Slides: add, edit, and remove effects, timings, and triggers to create dynamic presentations in PPT, Pptx and ODP....pptx" , slides . export . SaveFormat . PPTX ) Access.... Presentation ( "animation.pptx" ) as presentation : slide =...

    docs.aspose.com/slides/python-net/examples/elem...
  9. Comment|Aspose.Slides for Python Documentation

    Manage slide comments in Python with Aspose.Slides: add, read, reply, edit, delete, and work with threaded comments for PowerPoint and OpenDocument....pptx" , slides . export . SaveFormat . PPTX ) Access...Presentation ( "modern_comment.pptx" ) as presentation : author...

    docs.aspose.com/slides/python-net/examples/elem...
  10. Manage Picture Frames in Presentations Using C+...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for C++. Streamline your workflow and enhance slide designs....the modified presentation as a PPTX file. This C++ code shows you.../out/PictureFrameFormatti_out.pptx" ; const String filePath = u...

    docs.aspose.com/slides/cpp/picture-frame/