Sort Score
Result 10 results
Languages All
Labels All
Results 4,471 - 4,480 of 144,191 for

pptx

(0.52 sec)
  1. Rotated Parts of SmartArt Are Cropped When Conv...

    Hello, When trying to convert a smartArt object which has a part of it rotated outside of smartArt border to image the rotated part is cropped and not converted properly. Here’s a simple code snippet I’m using to conve…...pptx"); ISlide slide = presentation...attached the original powerpoint pptx file used to repeat the issue...

    forum.aspose.com/t/rotated-parts-of-smartart-ar...
  2. 档案

    档案...width = 5 # 将 PPTX 文件保存到磁盘 pres.save("add-ellipse.pptx", slides.export...export.SaveFormat.PPTX) 以下是我们使用上面的代码示例添加的椭圆。 在 Python 中使用连接器连接...

    blog.aspose.com/zh/slides/work-with-shapes-in-p...
  3. Microsoft PowerPoint (PPT)|Aspose.Slides Docume...

    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....Microsoft PowerPoint PresentationML (PPTX, XML)...

    docs.aspose.com/slides/java/microsoft-powerpoin...
  4. Extract Flash Objects from Presentations in Pyt...

    Learn how to extract Flash objects from PowerPoint and OpenDocument slides in Python with Aspose.Slides, complete code samples and best practices....PowerPoint formats such as PPT and PPTX, since it can load these containers...

    docs.aspose.com/slides/python-net/flash/
  5. 使用 Python 在演示文稿中自定义形状|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建并自定义形状:几何路径、圆滑角、复合形状。...pptx" , slides . export . SaveFormat . PPTX ) 从形状中移除点..."removed_points.pptx" , slides . export . SaveFormat . PPTX ) 创建自定义形状...

    docs.aspose.com/slides/zh/python-net/custom-shape/
  6. 使用 Aspose.Slides 与 ReportViewer 2010 和 2012|Asp...

    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....ReportViewer 2010/2012 导出报告到 PPT/PPTX。执行 RenderToPpt 方法将当前报告渲染为 PPT。...exportButton = toolStrip.Items.Add("导出为 Pptx"); exportButton.Click += new...

    docs.aspose.com/slides/zh/reportingservices/usi...
  7. Manage Text Portions in Presentations on Androi...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for Android via Java, boosting performance and customization....Prseetation class that represents the PPTX Presentation pres = new Presentation...

    docs.aspose.com/slides/androidjava/portion/
  8. 使用 Python 在演示文稿中自定义 3D 图表|Aspose.Slides for Pyt...

    了解如何在 Aspose.Slides for Python via .NET 中创建和自定义 3D 图表,支持 PPT、Pptx 和 ODP 文件——提升您的演示文稿效果。... 将修改后的演示文稿写入 PPTX 文件。 import aspose.slides.charts..."Rotation3D_out.pptx" , slides . export . SaveFormat . PPTX ) 常见问题 Aspose...

    docs.aspose.com/slides/zh/python-net/3d-chart/
  9. Convert DOTM to JSON Format in Android Apps | p...

    Parse DOTM to JSON format in Android Apps without using Microsoft Word or Excel...Presentation) Convert DOTM to PPTX (Open XML presentation Format)...Presentation File) Convert DOTM to PPTX (Open XML presentation Format)...

    products.aspose.com/total/android-java/conversi...
  10. Aspose.Slides for .NET: IShapeCollection.AddClo...

    I’m using the following code on the presentation below. What I find is that the flip state is reset on the shape copies. To create an exact copy I think it should be kept. using (var presentation = new Presentation("tes…...pptx")) { for (var i = 0; i < 2;...Save("test1_modified.pptx", Aspose.Slides.Export.SaveFormat.Pptx); } test1...

    forum.aspose.com/t/aspose-slides-for-net-ishape...