Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 126,359 for

presentation

(0.08 sec)
  1. Aspose.Slides for PHP via Java 15.4.0 中的公共 API ...

    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.... $input = new Presentation (); $shapes = $input ->...返回幻灯片、母版幻灯片或布局幻灯片。 $presentation = new Presentation (); $id = $presentation...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  2. 使用 Java 管理 PowerPoint 表格的行和列|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 中管理表格的行和列,加快演示文稿编辑和数据更新。... 设置第一行作为标题 创建 Presentation 类的实例并加载演示文稿。 通过索引获取幻灯片的引用。...实例化 PresentationPresentation pres = new Presentation ( "table...

    docs.aspose.com/slides/zh/java/manage-rows-and-...
  3. File Format Conversion via PHP | products.aspos...

    Convert Microsoft Excel and PowerPoint Formats into many other popular formats including PDF, HTML and Images with just few lines of code....will be used to access the presentation and handle the conversion...Create a new instance of the Presentation class, representing the...

    products.aspose.com/total/php-java/conversion/
  4. Merge PPTX Files using .NET | products.aspose.com

    C# source code to combine PPTX documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.pptx" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/pptx/
  5. Merge POTX Files using .NET | products.aspose.com

    C# source code to combine POTX documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Files - C# var ps1 = new Presentation( "presen1.potx" ); var ps2...new Presentation( "presen2.pptx" ); //merged Presentation var...

    products.aspose.com/slides/net/merger/potx/
  6. 3D 演示文稿|Aspose.Slides for PHP 文档

    在 PHP 中的 3D PowerPoint 演示文稿...$imageScale = 2 ; $presentation = new Presentation (); $slide = $presentation...$presentation -> getSlides () -> get_Item ( 0 ); $shape = $slide...

    docs.aspose.com/slides/zh/php-java/3d-presentat...
  7. Aspose.Slides for Java

    This API helps in creating, converting, editing, and printing PowerPoint Presentations in Java applications without utilizing Microsoft PowerPoint....Java How to Convert PDF to Presentation using Java How to Convert...How to Create PowerPoint Presentation using Java How to Secure...

    kb.aspose.com/slides/java/page/2/
  8. What Is the Aspose Equivalent of Table Design |...

    In PPTX, when working on a table, it is possible to do the following: Table Design ribbon Table Styles Clear Table See screenshot for an example: Clear Table.png (101.6 KB) How to do this in Aspose Slides for Java?...// Create a presentation Presentation presentation = new Presentation();...Add a slide ISlide slide = presentation.getSlides().get_Item(0);...

    forum.aspose.com/t/what-is-the-aspose-equivalen...
  9. Secure Presentations in PHP|Aspose.Slides for P...

    Protect PowerPoint PPT, PPTX and ODP Presentations in PHP with Aspose.Slides—set passwords, apply encryption, enforce read-only, and remove protection....Secure Presentations in PHP Contents [ Hide ] Add Digital Signatures...Signatures to Presentations in PHP Secure Presentations with Passwords...

    docs.aspose.com/slides/php-java/presentation-se...
  10. Secure Presentations in .NET|Aspose.Slides Docu...

    Protect PowerPoint PPT, PPTX and ODP Presentations in C# with Aspose.Slides for .NET—set passwords, apply encryption, enforce read-only, and remove protection with code....Secure Presentations in .NET Contents [ Hide ] Add Digital Signatures...Signatures to Presentations in .NET Secure Presentations with Passwords...

    docs.aspose.com/slides/net/presentation-security/