Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 10,117 for

presentation

(0.03 sec)
  1. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Image Watermark in PPTX Presentation Using C# How to Add Image...Watermark in PowerPoint Presentation in C# How to Convert PDF...

    kb.aspose.com/categories/page/69/
  2. Public API and Backwards Incompatible Changes i...

    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....this type and for valid presentation serialization. Enum element...Remove() using ( Presentation pres = new Presentation ()) { IChart...

    docs.aspose.com/slides/net/public-api-and-backw...
  3. 管理自适应设置|Aspose.Slides 文档

    在 Java 中设置 PowerPoint 中文本框的自适应设置...PowerPoint 演示文稿: Presentation pres = new Presentation (); try { ISlide...); pres . save ( "Output-presentation.pptx" , SaveFormat . Pptx...

    docs.aspose.com/slides/zh/androidjava/manage-au...
  4. 添加幻灯片到演示文稿|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.... Presentation . SlideIdList ; // 查找当前列表中最高的幻灯片...保存修改后的演示文稿。 presentationPart . Presentation . Save (); } } Aspose.Slides...

    docs.aspose.com/slides/zh/net/adding-slide-to-p...
  5. 管理自动适应设置|Aspose.Slides 文档

    在 Java 中为 PowerPoint 的文本框设置自动适应设置...演示文稿中的文本框中始终适合: Presentation pres = new Presentation (); try { ISlide...); pres . save ( "Output-presentation.pptx" , SaveFormat . Pptx...

    docs.aspose.com/slides/zh/java/manage-autofit-s...
  6. Install Aspose.Slides for Android via Java|Aspo...

    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....create a new PowerPoint presentation which is saved to the disk...import com.aspose.slides.Presentation ; import com.aspose.slides...

    docs.aspose.com/slides/androidjava/install-aspo...
  7. 将 Powerpoint 转换为 JPG|Aspose.Slides 文档

    将 PowerPoint 转换为 JPG:PPT 转 JPG,PPTX 转 JPG 的 Java 代码...JPG 的步骤: 创建一个 Presentation 类型的实例。 从 Presentation.getSlides() 集合中获取...imageFormat)) 方法。 Presentation pres = new Presentation ( "PowerPoint-Presentation...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  8. Public API and Backwards Incompatible Changes i...

    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.... using ( Presentation pres = new Presentation ()) { IChart...

    docs.aspose.com/slides/net/public-api-and-backw...
  9. Chart Types|Aspose.Slides for Node.js via .NET ...

    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....Create or Update PowerPoint Presentation Charts in JavaScript Chart...

    docs.aspose.com/slides/nodejs-java/chart-types/
  10. Custom Shape|Aspose.Slides Documentation

    Add a custom shape to a PowerPoint Presentation in Java...to a shape: Presentation pres = new Presentation (); try { GeometryShape...from a shape: Presentation pres = new Presentation (); try { GeometryShape...

    docs.aspose.com/slides/androidjava/custom-shape/