Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 241,365 for

slides

(0.11 sec)
  1. Comment|Aspose.Slides Documentation

    Work with slide comments in Aspose.Slides for .NET: add, reply, edit, resolve, and export comments in PPT, PPTX, and ODP presentations with C# code examples....Slides for .NET . Add a Modern Comment...Presentation (); var slide = presentation . Slides [ 0 ]; var author...

    docs.aspose.com/slides/net/examples/elements/co...
  2. Manage Presentation Zoom in Java|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for Java — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....to jump to and from specific slides, sections, and portions of...single slide, use a Summary Zoom . To show selected slides only...

    docs.aspose.com/slides/java/manage-zoom/
  3. Convert PPTX to PPT in C++|Aspose.Slides Docume...

    Easily convert PPTX to PPT with Aspose.Slides for C++—ensure seamless compatibility with PowerPoint formats while preserving your presentation’s layout and quality....ppt" , Aspose :: Slides :: Export :: SaveFormat ::...Can I convert only selected slides to PPT instead of the entire...

    docs.aspose.com/slides/cpp/convert-pptx-to-ppt/
  4. Working Docker Image Example For Aspose.Slides ...

    I see this aspose.words documentation for docker images: https://raw.githubusercontent.com/aspose-words/Aspose.Words-for-Python-via-.NET/refs/heads/master/Dockerfile I’ve been struggling to get the system working on a …...Slides for Python via .NET? Aspose.Slides Product Family...Family slides-docker , slides-python Michael_Markell February...

    forum.aspose.com/t/working-docker-image-example...
  5. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....Slides for .NET, focusing on how data...Presentation ()) { ISlide slide = presentation . Slides [ 0 ]; // Add a...

    docs.aspose.com/slides/net/chart-series/
  6. 在 .NET 中自定义演示文稿的图表图例|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 自定义图表图例,以针对性图例格式优化 PowerPoint 演示文稿。...获取幻灯片的引用 ISlide slide = presentation . Slides [ 0 ]; // 在幻灯片上添加聚合柱形图表...在幻灯片上添加聚合柱形图表 IChart chart = slide . Shapes . AddChart ( ChartType...

    docs.aspose.com/slides/zh/net/chart-legend/
  7. Add Picture Frame to Presentation|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....jpg" ; Slide slide = Application . ActivePresentation...ActivePresentation . Slides [ 1 ]; slide . Shapes . AddPicture ( ImageFilePath...

    docs.aspose.com/slides/net/add-picture-frame-to...
  8. Convert ODP to PPTX in PHP|Aspose.Slides for PH...

    Convert ODP to PPTX with Aspose.Slides for PHP via Java. Clean code examples, batch tips, and high-quality results—no PowerPoint needed....Slides for PHP via Java offers Presentation...Example You can visit Aspose.Slides Conversion web app, which is...

    docs.aspose.com/slides/php-java/convert-odp-to-...
  9. 在演示文稿中使用 Python 复制段落和文本片段|Aspose.Slides for Pyt...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿之间复制段落和文本片段,从而提升你的工作流程。...slides as slides #函数定义 def copy_paragraph...copy_paragraph ( par ): temp = slides . Paragraph () # 使用CreateParagraphForma...

    docs.aspose.com/slides/zh/python-net/copying-pa...
  10. 页眉页脚|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中控制页眉和页脚:添加或编辑日期/时间、页码和页脚文本,显示或隐藏 PPT、PPTX 和 ODP 中的占位符。...Slides for .NET 添加页脚并更新日期和时间占位符。 添加页脚...Presentation (); var slide = pres . Slides [ 0 ]; slide . HeaderFooterManager...

    docs.aspose.com/slides/zh/net/examples/elements...