Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 126,444 for

presentation

(0.15 sec)
  1. 在 Android 上优化演示文稿中的图像管理|Aspose.Slides 文档

    使用适用于 Android 的 Aspose.Slides for Java 简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并自动化工作流。...示例代码演示了如何向幻灯片添加图像: Presentation pres = new Presentation (); try { ISlide...中将网络图像添加到幻灯片: Presentation pres = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/androidjava/image/
  2. Convert DOT to PPS in Android Apps or with free...

    DOT to PPS conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free DOT to PPS online converter quickly before integrating the code....Java, you can create a new Presentation, write HTML content in it...create, edit, and convert presentations from one format to another...

    products.aspose.com/total/android-java/conversi...
  3. Compress POTX Files Online or via C++ | product...

    Free online app to compress different POTX files. C++ compression library code for POTX documents....the project Load the POTX presentation Use Compress::RemoveUnusedMasterSl...POTX presentation C++ Code : compress POTX Presentation Develop...

    products.aspose.com/total/cpp/compress/potx/
  4. Compress PPS Files Online or via C++ | products...

    Free online app to compress different PPS files. C++ compression library code for PPS documents....the project Load the PPS presentation Use Compress::RemoveUnusedMasterSl...compressed PPS presentation C++ Code : compress PPS Presentation Develop...

    products.aspose.com/total/cpp/compress/pps/
  5. Compress PPSM Files Online or via C++ | product...

    Free online app to compress different PPSM files. C++ compression library code for PPSM documents....the project Load the PPSM presentation Use Compress::RemoveUnusedMasterSl...PPSM presentation C++ Code : compress PPSM Presentation Develop...

    products.aspose.com/total/cpp/compress/ppsm/
  6. Compress PPSX Files Online or via C++ | product...

    Free online app to compress different PPSX files. C++ compression library code for PPSX documents....the project Load the PPSX presentation Use Compress::RemoveUnusedMasterSl...PPSX presentation C++ Code : compress PPSX Presentation Develop...

    products.aspose.com/total/cpp/compress/ppsx/
  7. Online SVG to PPSM Conversion or Build .NET bas...

    Free online app to convert SVG to PPSM files. .NET C# conversion library code for SVG documents....Load PPTX file by using Presentation class Save the document...via .NET. Presentation presentation = new Presentation ( "PptxOutput...

    products.aspose.com/total/net/conversion/svg-to...
  8. PPTX document chart using Java | products.aspos...

    Java sample code to draw and convert chart or diagram in PPTX file on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Instantiate Presentation class object. Get first...categories for new series. Save presentation with chart. System Requirements...

    products.aspose.com/slides/java/chart/pptx/
  9. Convert PPTX to SVG using Java | products.aspos...

    Sample Java conversion code for PPTX format to SVG file. Use this example code to export PowerPoint & OpenOffice Presentations to SVG within any Web or Desktop Java based Application....instance of Presentation class Call the Presentation.save method...Source Code // instantiate a Presentation object that represents a...

    products.aspose.com/slides/java/conversion/pptx...
  10. Java 中的组演示形状|Aspose.Slides 文档

    学习使用 Aspose.Slides for Java 对 PowerPoint 幻灯片进行形状分组和取消分组——快速、一步步的指南,附带免费 Java 代码。...Java 向幻灯片添加组形状的步骤如下: 创建 Presentation 类的实例。 使用索引获取幻灯片的引用。 向幻灯片添加组形状。...实例化 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/java/group/