Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 143,970 for

pptx

(0.11 sec)
  1. File Formats and Conversions - C++ PowerPoint A...

    C++ PowerPoint API supports conversions of PowerPoint file formats including PPT, Pptx, XML, PDF, XPS and others....PowerPoint (PPT) PresentationML (PPTX, XML) Portable Document Format...

    docs.aspose.com/slides/cpp/file-formats-and-con...
  2. Add Ellipses to Presentations in C++|Aspose.Sli...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for C++ across PPT and Pptx presentations — C++ code examples included....the updated presentation as a PPTX file. It also touches on related...the modified presentation as a PPTX file In the example given below...

    docs.aspose.com/slides/cpp/ellipse/
  3. 布局幻灯片|Aspose.Slides for Python 文档

    使用 Python 与 Aspose.Slides 管理布局幻灯片:在 PPT、Pptx 和 ODP 演示文稿中创建、应用、克隆、重命名和自定义占位符及主题。...pptx" , slides . export . SaveFormat . PPTX ) 💡 提示 1:...Presentation ( "layout_slide.pptx" ) as presentation : # 通过索引访问。...

    docs.aspose.com/slides/zh/python-net/examples/e...
  4. How to Print PowerPoint Presentation in Python

    In this step by step tutorial, we will focus on how to print PowerPoint presentation in Python along with the detailed steps to set up the environment and verify the working sample code. You can use this example in any of Python supported environment to print PPT in Python without any dependency on Microsoft PowerPoint.... Steps to Print PPTX Presentation in Python Configure...source presentation to print PPTX in Python by creating an instance...

    kb.aspose.com/slides/python/how-to-print-powerp...
  5. How to Create PPT using Python

    This article explains how to create PPT using Python. You can use Python generate PowerPoint presentation and open that in MS PowerPoint for viewing....slide is saved on the disk as PPTX . Steps to Create PowerPoint...presentation is saved on the disk in PPTX format. Code to Create PPT using...

    kb.aspose.com/slides/python/how-to-create-ppt-u...
  6. Ինչպես փոխարկել SVG-ն ներկայացման՝ օգտագործելով C#

    Մենք ձեզ կքայլենք C#-ի քայլերով, թե ինչպես փոխարկել SVG-ն ներկայացման՝ օգտագործելով C#: Մի քանի տող կոդի օգնությամբ դուք կարող եք հեշտությամբ փոխարկել SVG-ն ներկայացման՝ օգտագործելով C#:...կամ Interop գրադարան՝ SVG-ն PPTX-ի C# -ով փոխարկելու համար: Հավելվածը...բոլոր .NET հարթակներում: SVG-ն PPTX C#-ով արտահանելու քայլեր Կազմաձևեք...

    kb.aspose.com/hy/slides/net/how-to-convert-svg-...
  7. 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...
  8. 在演示文稿中使用 C++ 应用形状效果|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 对 PPT 和 Pptx 文件进行高级形状效果转换 - 仅需数秒即可创建醒目、专业的幻灯片。...pptx" , SaveFormat :: Pptx ); 应用反射效果 以下 C++...Save ( u "reflection.pptx" , SaveFormat :: Pptx ); 应用发光效果 以下 C++...

    docs.aspose.com/slides/zh/cpp/shape-effect/
  9. 使用 PHP 在演示文稿中自定义图表图例|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 自定义图表图例,以针对 PowerPoint 演示文稿进行优化并实现图例格式的个性化。... 将演示文稿写入为 PPTX 文件。 在下面的示例中,我们已为图表图例设置了位置和大小。...save ( "Legend_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/zh/php-java/chart-legend/
  10. Add Trend Lines to Presentation Charts in PHP|A...

    Quickly add and customize trend lines in PowerPoint charts with Aspose.Slides for PHP via Java — a practical guide to engage your audience....the modified presentation to a PPTX file. The following code is..."ChartTrendLines_out.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/trend-line/