Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 129,278 for

presentation

(0.18 sec)
  1. Add Rectangles to Presentations in Python|Aspos...

    Boost your PowerPoint & OpenDocument Presentations by adding rectangles with Aspose.Slides for Python via .NET—easily design and modify shapes programmatically....Add Rectangles to Presentations in Python Contents [ Hide ] Create...a selected slide of the presentation, please follow the steps...

    docs.aspose.com/slides/python-net/rectangle/
  2. 在 Python 中应用或更改幻灯片布局|Aspose.Slides for Python 文档

    了解如何在 Aspose.Slides for Python(通过 .NET)中管理和自定义幻灯片布局。探索布局类型、占位符控制、页脚可见性以及通过 Python 代码示例进行布局操作。...layout_slides 和 masters ,位于 Presentation 类下 类型,例如 LayoutSlide 、 ...允许您检查特定布局是否已存在,必要时添加新布局,并使用该布局插入幻灯片。 创建 Presentation 类的实例。 访问 MasterLayoutSlideCol...

    docs.aspose.com/slides/zh/python-net/slide-layout/
  3. 从演示文稿中使用 Python 获取形状有效属性|Aspose.Slides for Pyth...

    了解 Aspose.Slides for Python via .NET 如何计算并应用有效的形状属性,以实现精确的 PowerPoint 和 OpenDocument 渲染。... Presentation ( "Presentation1.pptx" ) as presentation : shape...shape = presentation . slides [ 0 ] . shapes [ 0 ] local_text_frame_format...

    docs.aspose.com/slides/zh/python-net/shape-effe...
  4. C++ API to Convert TEX to SWF | products.aspose...

    Convert TEX to SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...Load PPTX document by using Presentation class reference Save the...Pptx ); // instantiate a Presentation object that represents a...

    products.aspose.com/total/cpp/conversion/tex-to...
  5. C++ API to Convert MHTML to PPTM | products.asp...

    Convert MHTML to PPTM via C++ without using Microsoft Word or Adobe Acrobat Reader...PowerPoint macro-enabled presentation file format. It is used...used to save presentations that contain macros and other programming...

    products.aspose.com/total/cpp/conversion/mhtml-...
  6. C++ API to Convert PS to ODP | products.aspose.com

    Convert PS to ODP via C++ without using Microsoft Word or Adobe Acrobat Reader...(PS) files to OpenDocument Presentation (ODP) format. This is because...share and collaborate on presentations. How Aspose.Total Helps...

    products.aspose.com/total/cpp/conversion/ps-to-...
  7. C++ API to Convert PS to SWF | products.aspose.com

    Convert PS to SWF via C++ without using Microsoft Word or Adobe Acrobat Reader...them to create interactive presentations and animations. It also...Load PPTX document by using Presentation class reference Save the...

    products.aspose.com/total/cpp/conversion/ps-to-...
  8. Convert TXT to PPS via C# .NET or with free Onl...

    Convert Word txt documents to PowerPoint pps files with C#. Convert multiple files within ASP.NET or other .NET applications....files to PowerPoint pps presentation batch conversion, we’ll...Whereas, the latter is a presentation manipulation API that lets...

    products.aspose.com/total/net/conversion/txt-to...
  9. Convert DOTX to PPTX via Java or with free Onli...

    Java API to Export DOTX to PPTX without using Microsoft Word or PowerPoint or online. Test free DOTX to PPTX online converter quickly before integrating the code....be used to create a new Presentation, write HTML content in it...for Java to create a new Presentation. This library provides a...

    products.aspose.com/total/java/conversion/dotx-...
  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/