Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 163,423 for

presentation

(0.08 sec)
  1. Manage TextBox|Aspose.Slides Documentation

    Add textbox or text frame to PowerPoint Presentations in C++...Create an instance of the Presentation class. Obtain a reference...slide in the newly created presentation. Add an IAutoShape object...

    docs.aspose.com/slides/cpp/manage-textbox/
  2. set_BwConversionMode() | Aspose.Slides for C++ ...

    Specifies the algorithm for converting a color image into a black and white image. This option will applied only if CompressionType is set to TiffCompressionTypes::CCITT4 or TiffCompressionTypes::CCITT3 Write BlackWhiteConversionMode. Default is BlackWhiteConversionMode::Default....System :: SharedPtr < Presentation > presentation = System :: MakeObject...MakeObject < Presentation > (); presentation -> Save ( tiffFilePath...

    reference.aspose.com/slides/cpp/aspose.slides.e...
  3. IMathPortion | Aspose.Slides for Android via Ja...

    Represents a portion with mathematical context inside.... Example: Presentation pres = new Presentation(); try { IAutoShape...paragraph Example: Presentation pres = new Presentation(); try { IAutoShape...

    reference.aspose.com/slides/androidjava/com.asp...
  4. 在 Java 中将 HTML 转换为 PPTX | products.aspose.com

    在 Java 中将 HTML 转换为 PPTX。使用 Java 库 API 将 HTML 转换为 PowerPoint...HTML转PPTX的Java代码 Presentation presentation = new Presentation (); try...FileInputStream ( "page.html" ); try { presentation . getSlides (). addFromHtml...

    products.aspose.com/slides/zh/java/conversion/h...
  5. ImageCollection | Aspose.Sildes for Node.js via...

    ImageCollection ImageCollection class Represents collection of PPImage. addImage Name Description addImage ( PPImage ......an image from an another presentation. Parameters: Name Type Description...(BufferedImage) Add an image to a presentation. Parameters: Name Type Description...

    reference.aspose.com/slides/nodejs-java/aspose....
  6. InsertClone | Aspose.Sildes for .NET API Reference

    Inserts a copy of a specified master slide to specified position of the collection. Linked layout slides will be copied too....PowerPoint Presentation. [C#] // Instantiate Presentation class to...the source presentation file using ( Presentation srcPres = new...

    reference.aspose.com/slides/net/aspose.slides/m...
  7. Shape Animation|Aspose.Slides Documentation

    Apply PowerPoint animation in Java... They give life to presentations or its constituents. Why...Why Use Animations in Presentations? Using animations, you can...

    docs.aspose.com/slides/java/shape-animation/
  8. Installation|Aspose.Slides for Python Documenta...

    Install Aspose.Slides for Python via .NET in Windows or macOS...code to create a PowerPoint presentation: # Imports Aspose.Slides...Instantiates a Presentation object that represents a presentation file...

    docs.aspose.com/slides/python-net/installation/
  9. Managing Slide Transitions using 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....below: Create an instance of Presentation class Apply a Slide Transition...modified presentation file Java //Instantiate Presentation class...

    docs.aspose.com/slides/java/managing-slide-tran...
  10. 3D Chart|Aspose.Slides for Python Documentation

    Set rotationX, rotationY, and depthpercents for 3D chart in PowerPoint Presentation in Python...Create an instance of the Presentation class. Access first slide...properties. Write the modified presentation to a PPTX file. import aspose...

    docs.aspose.com/slides/python-net/3d-chart/