Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 141,691 for

pptx

(0.23 sec)
  1. View or Edit PPT Files Metadata using .NET | pr...

    C# source code to edit or view PPT format metadata....NET Metadata Ppt PPT PPTX ODP POT ppsx PPT Edit PPT properties...POTM POTX PPS PPSM PPSX PPTM PPTX...

    products.aspose.com/slides/net/metadata/ppt/
  2. 在 Java 中创建或更新 PowerPoint 幻灯片图表|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 Java 示例代码添加、格式化和编辑图表。...将修改后的演示文稿写入 PPTX 文件。 以下 Java 代码演示如何创建普通图表: // 实例化表示 PPTX 文件的演示文稿类.... save ( "output.pptx" , SaveFormat . Pptx ); } finally { if...

    docs.aspose.com/slides/zh/java/create-chart/
  3. 档案

    档案...PPT/PPTX 幻灯片中设置背景图片的步骤。 首先,使用 Presentation 类加载或创建 PPT/PPTX 演示文稿。...round-image.pptx", slides.export.SaveFormat.PPTX) 以下屏幕截图显示了添加背景图像后生成的...

    blog.aspose.com/zh/slides/set-background-of-ppt...
  4. 搜索

    搜索...示如何在 C# 中從 PowerPoint PPT 或 PPTX 中提取圖像。 從 PowerPoint PPT 中提取圖像的...中提取圖像的 C# API 在 C# 中從 PPTX 中提取圖像 從 PPT 中的形狀中提取圖像 從PPT幻燈片背景中提取圖像...

    blog.aspose.com/zh-hant/slides/extract-images-f...
  5. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for Android via Java calculates and applies effective shape properties for precise PowerPoint rendering....pptx" ); try { IAutoShape shape =...Presentation ( "Presentation1.pptx" ); try { IThreeDFormatEffecti...

    docs.aspose.com/slides/androidjava/shape-effect...
  6. 使用 C++ 管理演示文稿评论|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 精通演示文稿评论:快速轻松地在 PowerPoint 文件中添加、读取、编辑和删除评论。...pptx" , SaveFormat :: Pptx ); if ( comments...Presentation > ( u "Comments1.pptx" ); for ( auto && commentAuthor...

    docs.aspose.com/slides/zh/cpp/presentation-comm...
  7. Merge PPSX Files Online or using C++ | products...

    Free online app to combine different PPSX presentations. C++ merging library code to merge PPSX presentation into format of your choice....dropdown Save to required format: PPTX, PDF, DOCX, DOC, XLSX, Image...(Macro-enabled Presentation File) Merge PPTX Files (Open XML presentation...

    products.aspose.com/total/cpp/merge/ppsx/
  8. Getting the Exact Coordinates of Data Points fr...

    image.png (76.1 KB) The above image shows the thumbnail rendered by Aspose image.png (36.4 KB) This image shows is the screenshot of the same slide in PowerPoint. I am using similar syntax as below: chart.ValidateCh…...correctly, but when i open the pptx in PowerPoint, I can see offsets...Here’s the link to the PPTx file. This PPTx was created using Aspose...

    forum.aspose.com/t/getting-the-exact-coordinate...
  9. Manage Presentation Placeholders in PHP|Aspose....

    Effortlessly manage placeholders in Aspose.Slides for PHP via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument....pptx" ); try { # Accesses the first...-> save ( "output.pptx" , SaveFormat :: Pptx ); } finally { if...

    docs.aspose.com/slides/php-java/manage-placehol...
  10. Merge ODP Files using .NET | products.aspose.com

    C# source code to combine ODP documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....pptx" ); //merged Presentation var...new Presentation( "template.pptx" ); while (mp.Slides.Count >...

    products.aspose.com/slides/net/merger/odp/