Sort Score
Result 10 results
Languages All
Labels All
Results 4,441 - 4,450 of 142,019 for

pptx

(0.11 sec)
  1. 将Excel转换为Pdf、图片和其他格式(使用C++)|Documentation

    使用Aspose.Cells for C++将Excel文件转换为Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML等多种格式。...将Excel工作簿转换为PPTX Aspose.Cells支持将电子表格转换为PPTX格式。导出到PPTX时,将 SaveFormat...SaveFormat.Pptx 作为 Workbook.Save 方法的第二个参数。也可以使用 PptxSaveOptions 类来指定其他导出设置。...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – โซลูชันการแปลงรูปแบบ PDF สำหรับ Rust https://products.aspose.com/pdf/th/rust-cpp/conversion/ Recent content in โซลูชันการแปลงรูปแบบ PDF สำหรับ ......Rust-Cpp: การแปลงไฟล์ PDF เป็น PPTX โดยใช้ Rust https://products...com/pdf/th/rust-cpp/conversion/pdf-to-pptx/ Thu, 15 Jan 2026 00:00:00 +0000...

    products.aspose.com/pdf/th/rust-cpp/conversion/...
  3. Convert CSV to PowerPoint using Python or with ...

    CSV to PowerPoint conversion in your Python applications without using Microsoft Office or online. Test free CSV to PowerPoint online converter quickly before integrating the code....Presentation File) Convert CSV to PPTX (Open XML presentation Format)...However, with newer versions, the PPTX (PowerPoint Open XML Presentation)...

    products.aspose.com/total/python-net/conversion...
  4. 在 Java 中嵌入演示文稿的字体|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中嵌入 TrueType 字体,确保在所有平台上准确呈现。...pptx" ); try { // 渲染包含使用嵌入的 "FunSized"...= new Presentation ( "Fonts.pptx" ); try { IFontData [] allFonts...

    docs.aspose.com/slides/zh/java/embedded-font/
  5. 使用 Python 在演示文稿中格式化图表|Aspose.Slides for Python 文档

    了解在 Aspose.Slides for Python 中通过 .NET 进行图表格式化,并为您的 PowerPoint 或 OpenDocument 演示文稿提升专业且引人注目的样式。...Presentation ,添加并配置图表,并在保存为 PPTX 时应用精确的视觉和排版设置。 格式化图表元素 Aspose...设置图表背墙填充颜色。 设置图表绘图区域填充颜色。 将修改后的演示文稿写入 PPTX 文件。 import aspose.slides.charts...

    docs.aspose.com/slides/zh/python-net/chart-form...
  6. 检索并更新 C++ 中的演示文稿信息|Aspose.Slides 文档

    使用 C++ 探索 PowerPoint 和 OpenDocument 演示文稿中的幻灯片、结构和元数据,以获取更快速的洞察和更智能的内容审计。...在处理演示文稿之前,您可能想了解当前演示文稿的格式(PPT、PPTX、ODP 等)。 您可以在不加载演示文稿的情况下检查其格式。请参见以下...GetPresentationInfo ( u "pres.pptx" ); // PPTX 文件 Console :: WriteLine...

    docs.aspose.com/slides/zh/cpp/examine-presentat...
  7. 使用 C++ 在演示文稿中管理 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for C++ 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发者提供对幻灯片的强大控制。... 将修改后的演示文稿写入 PPTX 文件。 下面的代码片段将演示文稿幻灯片上的 ActiveX...控件,并使用其属性设置视频路径。 将演示文稿保存为 PPTX 文件。 // 实例化表示 PPTX 文件的 Presentation 类...

    docs.aspose.com/slides/zh/cpp/activex/
  8. 使用 Python 嵌入演示文稿中的字体|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python 通过 .NET 将 TrueType 字体嵌入 PowerPoint 和 OpenDocument 演示文稿,确保在所有平台上准确渲染。...pptx" ) as presentation : slide =...slides . Presentation ( "Fonts.pptx" ) as presentation : all_fonts...

    docs.aspose.com/slides/zh/python-net/embedded-f...
  9. 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...
  10. Resize Shapes in Presentations with Python|Aspo...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET—automate slide layout adjustments and boost productivity....pptx" ) as presentation : # Get the..."output.pptx" , slides . export . SaveFormat . PPTX ) If a slide...

    docs.aspose.com/slides/python-net/re-sizing-sha...