Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 238,695 for

slides

(0.27 sec)
  1. 在 VSTO 和 Aspose.Slides 中删除表格的行或列|Aspose.Slides 文档

    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....Slides 中删除表格的行或列 Contents [ Hide ] VSTO 以下是使用...FileName ); //获取第一张幻灯片 Slide sld = pres . Slides [ 1 ]; foreach ( Shape...

    docs.aspose.com/slides/zh/net/removing-row-or-c...
  2. Convert PDF to SVG in Python | products.aspose.com

    Convert PDF to SVG in Python. Use Python library API to convert PDF files to SVGs...Slides Python via .NET Conversion...PDF to SVG in Python Aspose.Slides for Python via .NET is a powerful...

    products.aspose.com/slides/python-net/conversio...
  3. SVG Picture Is Not Rendered Correctly When Conv...

    Hi, When converting a PPTX document to PDF, an SVG logo is not rendered correctly. Aspose.Slides version used: 25.12 Code used: Presentation pres = new Presentation(options.SourcePath); pres.Save(options.DestinationP…...Slides Product Family slides-net , slides-svg , slides-pdfexport...slides-pdfexport , slides-emoji sogidev December 22, 2025, 3:55pm 1 Hi...

    forum.aspose.com/t/svg-picture-is-not-rendered-...
  4. Ink|Aspose.Slides 文档

    在 C# 中使用 Aspose.Slides 处理幻灯片上的数字墨迹:添加笔画、编辑路径、设置颜色和宽度,并将结果导出为 PowerPoint 和 OpenDocument。...Slides for .NET 访问现有墨迹形状并将其删除的示例。...注意: 墨迹形状代表来自专用设备的用户输入。Aspose.Slides 无法以编程方式创建新的墨迹笔画,但您可以读取并修改现有的墨迹。...

    docs.aspose.com/slides/zh/net/examples/elements...
  5. Underline Gets Cut When Converting a Presentati...

    Hi Team, I have a sample PPTX with a single slide. The slide has a text with an underline. When I get the image of this text using Aspose, I see that the underline is partially cut. I am using Aspose 25.5 version. The …...Slides Product Family slides-net , slides-rendering...slides-rendering , slides-math bhav May 12, 2025, 6:13am 1 Hi Team, I have a...

    forum.aspose.com/t/underline-gets-cut-when-conv...
  6. Convert PPTX to PPT on Android|Aspose.Slides Do...

    Easily convert PPTX to PPT with Aspose.Slides for Android via Java—ensure seamless compatibility with PowerPoint formats while preserving your presentation’s layout and quality....Can I convert only selected slides to PPT instead of the entire...presentation. To convert specific slides, create a new presentation...

    docs.aspose.com/slides/androidjava/convert-pptx...
  7. Intermittent ArgumentOutOfRangeException During...

    Hi Aspose Team, I am currently using Java 21 along with Aspose.Slides for Java version 25.6. We are encountering an intermittent exception during the Presentation.save() method. Unfortunately, the issue is not consiste…...Slides Product Family slides-java Mani.niq October...using Java 21 along with Aspose.Slides for Java version 25.6 . We...

    forum.aspose.com/t/intermittent-argumentoutofra...
  8. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for .NET calculates and applies effective shape properties for precise PowerPoint rendering....portion properties on portion’s slide. In prototype shape text style...style on layout or master slide (if portion’s text frame shape...

    docs.aspose.com/slides/net/shape-effective-prop...
  9. High level Programming with Presentation 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....the following topics Assemble Slides Find and Replace in Presentation...

    docs.aspose.com/slides/net/high-level-programmi...
  10. 在 .NET 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 C# 示例代码,以简化表格工作流程。...Slides 提供了 Table 类、 ITable 接口、 Cell...访问第一张幻灯片 ISlide sld = pres . Slides [ 0 ]; // 定义列宽和行高 double []...

    docs.aspose.com/slides/zh/net/manage-table/