Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 127,313 for

presentation

(0.12 sec)
  1. 档案

    档案... 首先,创建一个新的 PPT 或使用 Presentation 类加载现有的。 然后,使用 addAutoShape()...IThreeDFormat 应用 3D 效果。 最后,使用 Presentation.save(String, SaveFormat)...

    blog.aspose.com/zh/slides/apply-three-d-effects...
  2. Merge SVG to PNG in C# | products.aspose.com

    Merge SVG to PNG in C#. Use .NET library API to combine SVG and PNG files...to merge and manipulate presentations, images, and other files...to PNG using (Presentation pres = new Presentation()) { ISvgImage...

    products.aspose.com/slides/net/merger/svg-to-png/
  3. Merge Image to BMP in C# | products.aspose.com

    Merge Image to BMP in C#. Use .NET library API to combine Images... merge, and manipulate presentations, PDFs, images, and other...to BMP using (Presentation pres = new Presentation()) { IPPImage...

    products.aspose.com/slides/net/merger/image-to-...
  4. Aspose queries - Free Support Forum - aspose.com

    Hi I have a few queries with Aspose. Can you please help me with - Is there a way I can generate slides using Aspose slides using Microsoft Office 2016 Styling ? I need to copy paste a chart from Excel to Powerpoint a…...content into this pre-styled presentation so all elements inherit..."linked_excel.xlsx"; Presentation presentation = new Presentation(); ISlide...

    forum.aspose.com/t/aspose-queries/311420
  5. How to Add Image Watermark in PPTX using C++

    In this tutorial, we will learn how to add image watermark in PPTX using C++. You can insert a logo or signature image watermark in PPTX with simple API calls in C++....watermark in PowerPoint presentation with simple API interface...adding image watermark using Presentation Class Add PictureFrame in...

    kb.aspose.com/slides/cpp/how-to-add-image-water...
  6. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP Presentation solutions....this type and for valid presentation serialization. Element com...IChartCategory.remove() Presentation pres = new Presentation (); IChart chart...

    docs.aspose.com/slides/java/public-api-and-back...
  7. 在 Java 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...代码展示了如何向形状添加自定义点: Presentation pres = new Presentation (); try { GeometryShape...代码展示了如何从形状中移除点: Presentation pres = new Presentation (); try { GeometryShape...

    docs.aspose.com/slides/zh/java/custom-shape/
  8. Convert PPTX to XML in C#

    Convert PPTX to XML in C# programmatically. Aspose.Slides for .NET is a powerful PowerPoint SDK that makes PPTX/PPT to XML conversion a breeze....Conclusion Explore PowerPoint presentations are widely used for various...comes to integrating these presentations into automated systems for...

    blog.aspose.com/slides/convert-pptx-to-xml-in-c...
  9. 搜索

    搜索... 首先,創建 Presentation 類的一個實例。 使用 Presentation->getSlides()->idxget...為每個系列添加數據點、填充顏色和標籤。 最後,使用 Presentation->Save (System::String name...

    blog.aspose.com/zh-hant/slides/create-charts-in...
  10. 管理缩放|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中向 PowerPoint 演示文稿添加缩放或缩放框架...您可以通过以下方式在幻灯片上添加缩放帧: 创建 Presentation 类的实例。 创建您打算链接缩放帧的新幻灯片。 向创建的幻灯片添加标识文本和背景。...= new aspose . slides . Presentation (); try { // 向演示文稿添加新幻灯片...

    docs.aspose.com/slides/zh/nodejs-java/manage-zoom/