Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 1,708 for

ellipses

(0.13 sec)
  1. Changements de l'API Publique dans Aspose.PDF p...

    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....TextFragmentAbsorber La classe Ellipse est implémentée : Constructeur...Constructeur : public Ellipse(float left, float bottom, float width,...

    docs.aspose.com/pdf/fr/java/public-api-changes-...
  2. C++ でプレゼンテーションに楕円を追加する|Aspose.Slides ドキュメント

    Aspose.Slides for C++ を使用して PPT および PPTX プレゼンテーション内の楕円形を作成、書式設定、操作する方法を学びます — C++ コード例を含む。...オブジェクトが公開する AddAutoShape メソッドを使用して、Ellipse タイプの AutoShape を追加する 変更したプレゼンテーションを...オブジェクトが公開する AddAutoShape メソッドを使用して、Ellipse タイプの AutoShape を追加する。 楕円の塗りつぶしタイプを...

    docs.aspose.com/slides/ja/cpp/ellipse/
  3. 在 Java 中向演示文稿添加椭圆|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中创建、格式化和操作 PPT 与 PPTX 演示文稿中的椭圆形状——附带 Java 代码示例。... Ellipse , 50 , 150 , 150 , 50 ); //...addAutoShape ( ShapeType . Ellipse , 50 , 150 , 150 , 50 ); //...

    docs.aspose.com/slides/zh/java/ellipse/
  4. Working with Coordinate System Transformations|...

    Change Coordinate System Transformations of image in Java.... Create a shape such as Ellipse . Define a Matrix object with...

    docs.aspose.com/drawing/java/working-with-coord...
  5. 記録

    記録... Ellipse クラスのインスタンスを作成し、そのディメンションを設定します。...ます。 Graph.getShapes().add(Ellipse) メソッドを使用して、グラフの形状コレクションに楕円を追加します。...

    blog.aspose.com/ja/pdf/create-graphs-and-charts...
  6. 記録

    記録... Ellipse クラスのインスタンスを作成し、そのディメンションを設定します。...塗りつぶしの色など、楕円の他のプロパティを設定します。 Graph.Shapes.Add(Ellipse) メソッドを使用して、グラフの形状コレクションに楕円を追加します。...

    blog.aspose.com/ja/pdf/create-graphs-and-charts...
  7. Working with Graphs in PDF file|Aspose.PDF for ...

    This article explains what a is Graph, how to create a filled rectangle object, and other functions... Ellipse - is a set of points on a plane...

    docs.aspose.com/pdf/net/working-with-graphs/
  8. Working with Graphs|Aspose.PDF for Java

    Learn how to create and manage graphs within PDF documents using Aspose.PDF in Java for visualizing data effectively.... Ellipse - is a set of points on a plane...

    docs.aspose.com/pdf/java/graphs/
  9. Check Shape Bounds in PDF Graphs with Java|Aspo...

    Learn how to validate shape bounds in PDF graph collections in Java.... toString ()); } } Add Ellipse Shapes to PDF in Java...

    docs.aspose.com/pdf/java/aspose-pdf-drawing-gra...
  10. 使用 C++ 在演示文稿中管理连接线|Aspose.Slides 文档

    让 C++ 应用程序能够在 PowerPoint 幻灯片中绘制、连接和自动路由线条——全面控制直线、折线和曲线连接线。...添加椭圆自动形状 SharedPtr < IAutoShape > ellipse = slide -> get_Shapes () ->...AddAutoShape ( ShapeType :: Ellipse , 0 , 100 , 100 , 100 ); //...

    docs.aspose.com/slides/zh/cpp/connector/