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

merge presentation

(0.09 sec)
  1. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/manage-cells/
  2. 在 .NET 中管理演示文稿的表格单元格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/manage-cells/
  3. Export PS to PPSM via C# API | products.aspose.com

    .NET API to Convert PS to PPSM without using Microsoft Word... editing, converting, and merging PDFs. The second step is to...to use the Presentation Processing API, Aspose.Slides for .NET...

    products.aspose.com/total/net/conversion/ps-to-...
  4. Convert PDF File|Aspose.PDF for .NET

    Learn how to convert a PDF file to various formats in .NET using Aspose.PDF for flexible document handling....FormPresentationMode - form presentation mode. Then we indicate the...section for resolving your tasks. Merge images Analyzing your prompt...

    docs.aspose.com/pdf/net/convert-pdf-file/
  5. Export MD to PPSM via C# API | products.aspose.com

    .NET API to Convert MD to PPSM without using Microsoft Word... editing, converting, and merging PDFs. The second step is to...to use the Presentation Processing API, Aspose.Slides for .NET...

    products.aspose.com/total/net/conversion/md-to-...
  6. 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/
  7. Export PCL to PPSX in Android | products.aspose...

    Android API to Convert PCL to PPSX without using Microsoft Word...documents is the PowerPoint Presentation (PPSX) format. How Aspose...such as document splitting, merging, text extraction, and more...

    products.aspose.com/total/android-java/conversi...
  8. Export MD to POWERPOINT via C# API | products.a...

    .NET API to Convert MD to POWERPOINT without using Microsoft Word... editing, converting, and merging PDFs. Once the MD file has...second step is to use the Presentation Processing API, Aspose.Slides...

    products.aspose.com/total/net/conversion/md-to-...
  9. 表格|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中创建和格式化表格:插入数据、合并单元格、设置边框样式、对齐内容,并支持 PPT、PPTX 和 ODP 的导入/导出。...() { using var pres = new Presentation (); var slide = pres . Slides...() { using var pres = new Presentation (); var slide = pres . Slides...

    docs.aspose.com/slides/zh/net/examples/elements...
  10. 使用 Python 管理演示文稿表格|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python(通过 .NET)在 PowerPoint 和 OpenDocument 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化您的表格工作流。... 创建 Presentation 类的实例。 通过索引获取幻灯片的引用。 定义列宽数组。...实例化表示演示文稿文件的 Presentation 类。 with slides . Presentation () as presentation...

    docs.aspose.com/slides/zh/python-net/manage-table/