Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 144,308 for

pptx

(0.18 sec)
  1. Manage Presentation Zoom in .NET|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for .NET — jump between sections, add thumbnails and transitions across PPT, Pptx and ODP presentations....the modified presentation as a PPTX file. This C# code shows you...Save ( "presentation.pptx" , SaveFormat . Pptx ); } Create Zoom Frames...

    docs.aspose.com/slides/net/manage-zoom/
  2. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......将 MD 文件转换为 PDF 如何使用 Python 在 PPTX 中删除文本 如何使用 Python 删除 Excel 中的列...PDF 文档的限制 如何使用Java删除PPTX中的文本 如何使用 C# 在 PPTX 中删除文本 如何在 C# 中合并幻灯片...

    kb.aspose.com/zh/categories/page/44/
  3. Ինչպես տպել PowerPoint-ի ներկայացումը Python-ում

    Այս քայլ առ քայլ ձեռնարկում մենք կկենտրոնանանք այն վրա, թե ինչպես տպել PowerPoint-ի ներկայացումը Python-ում, ինչպես նաև շրջակա միջավայրը կարգավորելու և աշխատանքային նմուշի կոդը ստուգելու մանրամասն քայլերը: Դուք կարող եք օգտագործել այս օրինակը Python-ի աջակցվող ցանկացած միջավայրում՝ Python-ում PPT տպելու համար՝ առանց Microsoft PowerPoint-ից որևէ կախվածության:...որևէ կախվածության: Python-ում PPTX ներկայացումը տպելու քայլեր Կարգավորեք...աղբյուրի ներկայացումը Python-ում PPTX տպելու համար՝ ստեղծելով Presentation...

    kb.aspose.com/hy/slides/python/how-to-print-pow...
  4. Manage Shapes in Presentations Using Python|Asp...

    Learn to create, edit and optimize shapes in Aspose.Slides for Python via .NET and deliver high-performance PowerPoint and OpenDocument presentations....pptx" ) as presentation : slide =...slide. Save the presentation as PPTX. The following code example...

    docs.aspose.com/slides/python-net/shape-manipul...
  5. Remove Slides from Presentations on Android|Asp...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Android. Get clear Java code examples and boost your workflow....pptx" ); try { // Accesses a slide...save ( "modified.pptx" , SaveFormat . Pptx ); } finally { pres...

    docs.aspose.com/slides/androidjava/remove-slide...
  6. Manage Slide Transitions in Presentations Using...

    Discover how to customize slide transitions in Aspose.Slides for Java, with step-by-step guidance for PowerPoint and OpenDocument presentations....slides, and save the result as a PPTX file. The article also answers...Presentation ( "AccessSlides.pptx" ); try { // Apply circle type...

    docs.aspose.com/slides/java/slide-transition/
  7. 在 .NET 中管理演示文稿超链接|Aspose.Slides 文档

    轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接,使用 Aspose.Slides for .NET——在几分钟内提升互动性和工作流。...pptx" , SaveFormat . Pptx ); } 向形状或框架添加 URL...Save ( "pres-out.pptx" , SaveFormat . Pptx ); } 向媒体添加 URL 超链接...

    docs.aspose.com/slides/zh/net/manage-hyperlinks/
  8. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your table workflows....Presentation class that represents a PPTX file Presentation pres = new...pres . Save ( "table.pptx" , SaveFormat . Pptx ); Numbering in a...

    docs.aspose.com/slides/net/manage-table/
  9. 在演示文稿中使用 C++ 应用形状动画|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义形状动画。脱颖而出!... 将演示文稿写入磁盘,保存为 PPTX 文件。 以下 C++ 代码演示如何将 Fade 效果应用于...ByLevelParagraphs1 ); // Save the PPTX file to disk pres -> Save (...

    docs.aspose.com/slides/zh/cpp/shape-animation/
  10. Manage Presentation Tables in Java|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Java. Discover simple code examples to streamline your table workflows....Presentation class that represents a PPTX file Presentation pres = new...pres . save ( "table.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/java/manage-table/