Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 48,914 for

shapes

(0.27 sec)
  1. 用JavaScript通过C++更改形状的调整值|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel中更改形状的调整值。...Cells 提供 Shape.geometry 属性以更改形状的调整点。在微软Exc...箭头有两个调整,可改变箭头头部和尾部的形状 本文将解释如何使用 Shape.geometry 属性来更改不同形状的调整值。 ** 更改调整值**...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  2. draw ellipse in java

    C# .NET Core, Java, Python, C++, Android, PHP, Node.js APIs to create, process and convert PDF, Word, Excel, PowerPoint, email, image, ZIP, and several other formats in Windows, Linux, MacOS & Android....different objects by drawing the shapes such as circles, lines, rectangles...you may have to draw these shapes on images for annotation. In...

    blog.aspose.com/tag/draw-ellipse-in-java/
  3. 在 .NET 中管理演示文稿的连接线|Aspose.Slides 文档

    让 .NET 应用程序能够在 PowerPoint 幻灯片中绘制、连接并自动路由线条——全面控制直线、折线和曲线连接线。... 使用 Shapes 对象公开的 AddAutoShape 方法向幻灯片添加两个...方法向幻灯片添加两个 AutoShape 。 使用 Shapes 对象公开的 AddConnector 方法并指定连接线类型来添加连接线。...

    docs.aspose.com/slides/zh/net/connector/
  4. Data in Non-Primitive Shape with JavaScript via...

    Learn how to access and manipulate non-primitive Shapes in Aspose.Cells for JavaScript via C++....Data in Non-Primitive Shape with JavaScript via C++ Contents...Non-Primitive Shape Sometimes, you need to access data from a shape that...

    docs.aspose.com/cells/javascript-cpp/data-in-no...
  5. 在PHP中替换Visio Diagram的图片形状|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....readAllBytes ( $fi -> toPath ()); $shapes = $diagram -> getPages () ->...string ) $shapes -> getCount ()) { $shape = $shapes -> get ( $i...

    docs.aspose.com/diagram/zh/java/replace-a-pictu...
  6. Using Graphics API to edit Layers in PSD files|...

    Example of using Graphics API in the Aspose.PSD for Java...various methods for drawing shapes and applying brushes. A Pen...thickness of the outline of shapes. Similarly, brushes like LinearGradientBrush...

    docs.aspose.com/psd/java/graphics-api/
  7. Retrieve User-defined Cells from Shapesheet in ...

    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....count ) shapes = page . getShapes () i = 0 while i < shapes . getCount...getCount () shape = shapes . get ( i ) if shape . getNameU () ==...

    docs.aspose.com/diagram/java/retrieve-user-defi...
  8. 公共 API Aspose.Diagram 6.0.0 的变化|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.... Shape 类中添加了 isGlued 方法 isGlued 方法..."Page-1" ); // get Visio shapes by ids Shape ShapedOne = page . getShapes...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  9. Section.delete_header_footer_shapes method | As...

    Section.delete_header_footer_Shapes method. Deletes all Shapes (drawing objects) from the headers and footers of this section....delete_header_footer_shapes method delete_header_footer_shapes() Deletes...Deletes all shapes (drawing objects) from the headers and footers of...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Ellipse Object to PDF file|Aspose.PDF for P...

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Python via .NET.... shapes . add ( ellipse1 ) # Create...second ellipse to graph graph . shapes . add ( ellipse2 ) # Add Graph...

    docs.aspose.com/pdf/python-net/add-ellipse/