Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 7,311 for

merge presentation

(2.71 sec)
  1. Fields Overview in Node.js|Aspose.Words for Nod...

    You can access field modifying using Node.js. 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...FieldMergeField represents a merge field in the document. There...

    docs.aspose.com/words/nodejs-net/fields-overview/
  2. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

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

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

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Categories Latest Answers How to Merge PowerPoint Files using Python...using C# How to Merge PowerPoint Presentations using Java How...

    kb.aspose.com/categories/page/43/
  4. 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-...
  5. 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-...
  6. 在 Android 上管理演示文稿中的表格单元格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/manage-ce...
  7. How to Build a Table from a DataTable in Java|A...

    Example of filling document table from external database using Java....using Mail Merge with Regions . The technique presented in this...suitable template beforehand to merge data with, in other words, if...

    docs.aspose.com/words/java/how-to-build-a-table...
  8. 管理 Java 中的演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化您的表格工作流。... 从头创建表格 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 定义 columnWidth...文件的 PresentationPresentation pres = new Presentation (); try...

    docs.aspose.com/slides/zh/java/manage-table/
  9. How to Find Field Properties|Aspose.Words for Java

    How to find some field properties like field code and field result in Java...only looking for the names of merge fields in the document then...shows how to get names of all merge fields in a document. FAQ Q:...

    docs.aspose.com/words/java/find-field-properties/
  10. 在 C++ 中管理演示文稿表格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/cpp/manage-table/