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

pptx

(0.07 sec)
  1. 布局幻灯片|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中掌握布局幻灯片:选择、应用和自定义幻灯片布局、占位符和母版,并提供 PPT、Pptx 和 ODP 演示文稿的示例。...pptx" , aspose . slides . SaveFormat . Pptx ); } finally...Presentation ( "layout_slide.pptx" ); try { // 通过索引访问布局幻灯片。 let...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  2. Add Watermark to ODP Presentation Files using P...

    Python source code for adding Watermark to ODP Presentation....NET Watermark Odp PPT PPTX ODP POT ppsx ODP Add Watermark...or image watermark into PPT, PPTX, or ODP presentation using server-side...

    products.aspose.com/slides/python-net/watermark...
  3. Convert PowerPoint Presentations to TIFF in C++...

    Learn how to easily convert PowerPoint (PPT, Pptx) presentations to high-quality TIFF images using Aspose.Slides for C++, with code examples....your PowerPoint slides (PPT, PPTX) and OpenDocument slides (ODP)...represents a presentation file (PPT, PPTX, ODP, etc.). auto presentation...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  4. Apply Shape Effects in Presentations in .NET|As...

    Transform your PPT and Pptx files with advanced shape effects using Aspose.Slides for .NET—create striking, professional slides in seconds....pptx" , SaveFormat . Pptx ); Apply a Reflection..."reflection_effect.pptx" , SaveFormat . Pptx ); Apply a Glow Effect...

    docs.aspose.com/slides/net/shape-effect/
  5. Ինչպես փոխարկել PowerPoint-ը TIFF-ի Java-ի միջոցով

    Այս պարզ հոդվածը կենտրոնանում է այն բանի վրա, թե ինչպես փոխակերպել ներկայացումը TIFF-ի Java-ի միջոցով՝ հետևելով կազմաձևման մանրամասն քայլերին՝ տվյալ կոդի նմուշն օգտագործելու համար: Դուք կարող եք օգտագործել օրինակը՝ Java-ում Pptx-ը TIFF-ի փոխակերպելու համար՝ առանց MS PowerPoint-ից որևէ կախվածության:...ցանկացած միջավայրում՝ Java-ում PPTX-ի TIFF-ի** փոխակերպելու համար՝...օգտագործելով պահպանման մեթոդը: Java-ում PPTX-ը TIFF-ի փոխարկելու կոդը Եթե...

    kb.aspose.com/hy/slides/java/how-to-convert-pow...
  6. Assemble Slides|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the PPTX file to the Disk pres . Write ( "EmptySlide.pptx" );...( "Slides Test Presentation.pptx" ); //Accessing a slide using...

    docs.aspose.com/slides/net/assemble-slides/
  7. Color Palette Labels in a Chart Are Not Positio...

    Hello team. We encountered an issue when converting a given SVG image to EMF and inserting into empty PPT document. The sample code for conversion is as following: private static byte[] convertSvgImageToEmf(byte[] ima…...] imagebytes, IPresentation pptx) { ISvgImage svgImage = new...SvgImage(imagebytes); IPPImage tmpImage = pptx.getImages().addImage(svgImage);...

    forum.aspose.com/t/color-palette-labels-in-a-ch...
  8. 在 .NET 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C# 代码示例添加、格式化和编辑图表。... 将修改后的演示文稿另存为 PPTX 文件。 下面的 C# 代码演示了如何创建簇状柱形图: //...Separator = "/" ; // 将演示文稿保存为 PPTX 文件到磁盘。 presentation . Save (...

    docs.aspose.com/slides/zh/net/create-chart/
  9. 使用 Python 管理演示文稿中的超链接|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流程。...pptx" , slides . export . SaveFormat . PPTX ) 为形状或框架添加..."output.pptx" , slides . export . SaveFormat . PPTX ) 为媒体添加 URL...

    docs.aspose.com/slides/zh/python-net/manage-hyp...
  10. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。... 将修改后的演示文稿保存为 PPTX 文件。 下面的 Python 代码演示了如何创建簇状柱形图:...aspose.pydrawing as draw # 实例化表示 PPTX 文件的 Presentation 类。 with slides...

    docs.aspose.com/slides/zh/python-net/create-chart/