Sort Score
Result 10 results
Languages All
Labels All
Results 6,221 - 6,230 of 245,209 for

slide

(0.4 sec)
  1. .NET 中的演示文稿图表格式化|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 中的图表格式化,并通过专业、引人注目的样式提升您的 PowerPoint 演示文稿。...Slides for .NET 让开发人员从头开始向幻灯片添加自定...同的图表实体,包括图表类别轴和数值轴。 Aspose.Slides for .NET 提供了一个简洁的 API,用于管理...

    docs.aspose.com/slides/zh/net/chart-formatting/
  2. Aspose.Slides for Python

    This API allows you to do all kinds of operations on PowerPoint files in Python code including creating, editing and converting etc....Slides Product Family Aspose.Imaging...Aspose.TeX Product Family Aspose.Slides for Python Latest Answers Find...

    kb.aspose.com/slides/python/
  3. Need a Sample Code to Create a PowerPoint Combi...

    I have a combination chart of stacked column, line with markers on the primary axis and cluster column on the secondary axis. Fact2LegendNotVisible.zip (37.8 KB) please refer the attached ppt file and provide the code. …...Slides Product Family slides-java , slides-chart VaradS...SlideSizeScaleType.EnsureFit); ISlide slide = presentation.getSlides().get_Item(0);...

    forum.aspose.com/t/need-a-sample-code-to-create...
  4. Aspose.Slides for Java 26.6: OLE Excel Workshee...

    Hi team, Converting a .pptx that contains an OLE-embedded Excel worksheet (created via PowerPoint’s Insert > Object > Create New > Microsoft Excel Worksheet) to PDF via Presentation.save(SaveFormat.Pdf) produces output …...Slides for Java 26.6: OLE Excel Worksheet Renders Incorrectly...PDF Aspose.Slides Product Family slides-java , slides-ole , slides-pdfexport...

    forum.aspose.com/t/aspose-slides-for-java-26-6-...
  5. Chart.validateChartLayout Throws ArgumentOutOfR...

    Something bad is happening with attached presentation, it throws class com.aspose.Slides.exceptions.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: Parameter name: i…...Slides Product Family slides-java , cells-java...cells-java , slides-chart zpredojevic July 17, 2026, 9:29am 1 Something...

    forum.aspose.com/t/chart-validatechartlayout-th...
  6. Convert Presentations to PDF with Notes in Pyth...

    Convert formats PPT, PPTX and ODP to PDF with notes using Aspose.Slides for Python. Preserve layouts and speaker notes for professional presentations....Slides. This guide will cover the...process to transform PowerPoint slides into PDF documents while preserving...

    docs.aspose.com/slides/python-net/convert-power...
  7. 使用 Python 管理演示文稿图表中的标注|Aspose.Slides for Python 文档

    使用简洁的代码示例在 Aspose.Slides for Python .NET 中创建和样式化标注,兼容 PPT、PPTX 和 ODP,以自动化演示文稿工作流程。...slides as slides with slides . Presentation ()...presentation . slides [ 0 ] . shapes . add_chart ( slides . charts...

    docs.aspose.com/slides/zh/python-net/callout/
  8. 使用用户定义值将幻灯片渲染为 JPEG 缩略图|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 for .NET 生成任意所需幻灯片的缩略图: 创建...//Access the first slide ISlide sld = pres . Slides [ 0 ]; //User...

    docs.aspose.com/slides/zh/net/render-slide-as-t...
  9. Customize Error Bars in Presentation Charts wit...

    Learn how to add and customize error bars in charts with Aspose.Slides for Python via .NET—optimize data visuals in PowerPoint and OpenDocument presentations....Slides. It shows how to add error...enums. Add Error Bar Aspose.Slides for Python via .NET provides...

    docs.aspose.com/slides/python-net/error-bar/
  10. 使用 PHP 在演示文稿中自定义图表图例|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 自定义图表图例,以针对 PowerPoint 演示文稿进行优化并实现图例格式的个性化。...Presentation (); try { # 获取幻灯片的引用 $slide = $pres -> getSlides () -> get_Item...); # 在幻灯片上添加聚簇柱形图表 $chart = $slide -> getShapes () -> addChart...

    docs.aspose.com/slides/zh/php-java/chart-legend/