Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 50,298 for

shapes

(0.97 sec)
  1. Manage Presentation Tables with Python|Aspose.S...

    Create & edit tables in PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET. Discover simple code examples to streamline your table workflows....Slides by adding a table shape to a slide, defining its rows...Add a table shape to the slide. table = slide . shapes . add_table...

    docs.aspose.com/slides/python-net/manage-table/
  2. 在 .NET 中管理演示主题|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中掌握演示主题,以创建、定制并转换具有一致品牌形象的 PowerPoint 文件。...{ IAutoShape shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...Rectangle , 10 , 10 , 100 , 100 ); shape . FillFormat . FillType = FillType...

    docs.aspose.com/slides/zh/net/presentation-theme/
  3. Page Setup Features|Documentation

    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....Format Visio Pages Connect Shapes...

    docs.aspose.com/diagram/java/page-setup-features/
  4. Master How to Draw Graphics in Java with Aspose...

    Learn how to draw graphics in Java using Aspose.PSD for Java. Explore step-by-step guides and code snippets. Click to learn more....enables developers to draw shapes, polygons, and ellipses in...Java , you can easily draw shapes, polygons, and ellipses. Explore...

    blog.aspose.com/psd/draw-graphics-in-java/
  5. 关于如何将一个Paragraph里shape和groupshape组合 - Free Supp...

    我有一个需求,需要把一个Paragraph里的所有shape和groupshape组合成一个groupshape,然后保存为图片。 我是用了如下代码,但是保存出来的是一个错误的图像。请问如何解决? 代码如下 private static void CombineShapesInParagraph(Paragraph paragraph) { var Shapes = paragraph.GetChildNodes(…...关于如何将一个Paragraph里shape和groupshape组合 中文技术支持 words-net Calvin95...1 我有一个需求,需要把一个Paragraph里的所有shape和groupshape组合成一个groupshape,然后保存为图片。...

    forum.aspose.com/t/paragraph-shape-groupshape/3...
  6. Drawing Images|Documentation

    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....Graphics class to draw the line shapes on the Image surface. To demonstrate...Graphics class to draw an ellipse shape on the image surface. To demonstrate...

    docs.aspose.com/imaging/java/drawing-images/
  7. Customize Chart Legends in Presentations in .NE...

    Customize chart legends with Aspose.Slides for .NET to optimize PowerPoint presentations with tailored legend formatting.... Shapes . AddChart ( ChartType . ClusteredColumn...chart = pres . Slides [ 0 ]. Shapes . AddChart ( Aspose . Slides...

    docs.aspose.com/slides/net/chart-legend/
  8. 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.... Shapes . AddChart ( ChartType . ClusteredColumn...data. IChart chart = slide . Shapes . AddChart ( ChartType . ClusteredColumn...

    docs.aspose.com/slides/net/chart-series/
  9. Latest Aspose.Cells Product Family topics - Fre...

    Get technical support of Aspose.Cells for .NET, Java, Android, C++, Node.js, PHP, Python, JavaScript, SharePoint, SQL Reporting Services and JasperReports....cells-net 247 2633 April 7, 2025 Shapes in charts rendered by aspose...April 7, 2025 How to connect 2 shapes with elbow arrow connector...

    forum.aspose.com/c/cells/9
  10. Extract Images from Document|Aspose.Words for Java

    Extract images from a document easily and fast instead of using Apache POI....GetChildNodes method to select all Shape nodes. Iterate through resulting...node collections. Check the Shape.HasImage boolean property. Extract...

    docs.aspose.com/words/java/extract-images-from-...