Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 7,175 for

merge presentation

(0.05 sec)
  1. Export EPUB to PPTM via C# API | products.aspos...

    .NET API to Convert EPUB to PPTM without using Microsoft Word... editing, converting, and merging PDF files. It also supports...second step is to use the Presentation Processing API, Aspose.Slides...

    products.aspose.com/total/net/conversion/epub-t...
  2. Export PS to OTP via C# API | products.aspose.com

    .NET API to Convert PS to OTP without using Microsoft Word...converting, creating, editing, and merging them. Once the PS file has...second step is to use the Presentation Processing API, Aspose.Slides...

    products.aspose.com/total/net/conversion/ps-to-...
  3. JoinPortionsWithSameFormatting Carries Over "Er...

    Hello Aspose Team! We’ve been running into an issue with red swiggly underscores (usually a sign of misspelling) in text that we replaced. This seems to be partially an issue on PPT not re-evaluating text eagerly anymor…...properties if it’s present on the first text run being merged. For example...Flag is still present, even if the subsequent merged TextRuns did...

    forum.aspose.com/t/joinportionswithsameformatti...
  4. Fields Overview in Python|Aspose.Words for Pyth...

    You can access field modifying using Python. Fields of the document are loaded into the Aspose.Words Document Object Model (DOM)....menu Select Field You are presented with a screen which allows...FieldType.FIELD_MERGE_FIELD represents a merge field in the document...

    docs.aspose.com/words/python-net/fields-overview/
  5. Export MD to OTP via C# API | products.aspose.com

    .NET API to Convert MD to OTP without using Microsoft Word... editing, converting, and merging PDFs. It also supports a variety...second step is to use the Presentation Processing API, Aspose.Slides...

    products.aspose.com/total/net/conversion/md-to-...
  6. PDF and Excel SpreadSheet Processing and OCR Ad...

    JavaScript API to manipulate PDF documents, Microsoft Excel Spreadsheets as well as add OCR feature in web applications....that lets developers load, merge, and convert PostScript (PS)...documents Encrypt and Decrypt PDF Merge and Split PDF Convert PDF files...

    products.aspose.com/total/javascript-cpp/
  7. Export PS to SWF via C# API | products.aspose.com

    .NET API to Convert PS to SWF without using Microsoft Word...converting, creating, editing, and merging. Once the PS file has been...second step is to use the Presentation Processing API, Aspose.Slides...

    products.aspose.com/total/net/conversion/ps-to-...
  8. 在 C++ 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化表格工作流。... 从头创建表格 创建一个 Presentation 类的实例。 通过索引获取幻灯片的引用。 定义 columnWidth...代码演示了如何在演示文稿中创建表格: // 实例化一个表示 PPTX 文件的 Presentation 类 auto pres = System ::...

    docs.aspose.com/slides/zh/cpp/manage-table/
  9. Generate Point Cloud to VRML File Formats via ....

    C# source code to load, render and add generate point cloud to VRML documents on .NET Framework, .NET Core, Mono....Generate point cloud using Merge method Call the Scene.Save method...if (entity is Geometry g) { Merge(pc, g, transform); } else if...

    products.aspose.com/3d/net/point-cloud/vrml/
  10. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for Java,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝的幻灯片自动化。...Contents [ Hide ] 识别合并的表格单元格 创建 Presentation 类的实例。 从第一张幻灯片获取表格。 遍历表格的行和列以查找合并的单元格。...代码展示了如何在演示文稿中识别合并的表格单元格: Presentation pres = new Presentation ( "SomePresentationWith...

    docs.aspose.com/slides/zh/java/manage-cells/