Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 1,613 for

ellipses

(0.15 sec)
  1. arkiv

    arkiv...Skapa en instans av klassen Ellipse och ställ in dess dimensioner...med metoden Graph.Shapes.Add(Ellipse) . Lägg till graf på sidan...

    blog.aspose.com/sv/pdf/create-graphs-and-charts...
  2. チャートのデータラベルのシェイプタイプを設定する|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.... ELLIPSE DataLabelShapeType . LINE_CALLOUT... DataLabelShapeType.WEDGE_ELLIPSE_CALLOUT に変更します。このコードで使用されるサンプルExcelファイルは...

    docs.aspose.com/cells/ja/java/set-the-shape-typ...
  3. إضافة إهليلجات إلى العروض التقديمية في C++|وثائ...

    تعرّف على كيفية إنشاء وتنسيق ومعالجة أشكال الإهليلج في Aspose.Slides للغة C++ عبر عروض PPT و PPTX — تشمل أمثلة شفرة C++....فهرسها إضافة AutoShape من نوع Ellipse باستخدام الطريقة AddAutoShape...فهرسها. إضافة AutoShape من نوع Ellipse باستخدام الطريقة AddAutoShape...

    docs.aspose.com/slides/ar/cpp/ellipse/
  4. Archiv

    Archiv...Ellipse, 50, 150, 150, 50); // Uložit...automatický tvar Ellipse IAutoShape ellipse = shapes.AddAutoShape(ShapeType...

    blog.aspose.com/cs/slides/add-shapes-to-powerpo...
  5. Trabalhar com Formas num ficheiro PS | Java

    Como adicionar formas a um ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em Java....(contornar) a elipse: Copy 1 // Add ellipse to PS document. 2 3 String...graphics path from the first ellipse 12 GeneralPath path = new GeneralPath();...

    docs.aspose.com/page/pt/java/ps/working-with-sh...
  6. Lavorare con le forme in un file PS | Java

    Come aggiungere forme a un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in Java....dell’ellisse: Copy 1 // Add ellipse to PS document. 2 3 String...graphics path from the first ellipse 12 GeneralPath path = new GeneralPath();...

    docs.aspose.com/page/it/java/ps/working-with-sh...
  7. arkiv

    arkiv...Du kan använda former som ellipser, linjer, rektanglar etc. och...formen SharedPtr<IAutoShape> ellipse = slide->get_Shapes()->Add...

    blog.aspose.com/sv/slides/working-with-shapes-i...
  8. 在 PostScript 中使用形状 | .NET

    Aspose.Page API 解决方案解答了如何将形状添加到 PS 文件的问题。了解如何在 .NET 中使用该功能... Copy 1 // Add ellipse to PS document. 2 3 string...graphics path from the first ellipse 12 GraphicsPath path = new...

    docs.aspose.com/page/zh/net/ps/working-with-sha...
  9. Archiv

    Archiv...automatische Form vom Typ Ellipse hinzu sld.Shapes.AddAutoShape(ShapeType...AddAutoShape(ShapeType.Ellipse, 50, 150, 150, 50); PowerPoint Präsentation...

    blog.aspose.com/de/slides/create-edit-powerpoin...
  10. Python でプレゼンテーションに楕円を追加する|Aspose.Slides for Pyt...

    Aspose.Slides for Python via .NET を使用して、PPT、PPTX、ODP プレゼンテーションで楕円形を作成、書式設定、操作する方法を学びます(コード例付き)。...オブジェクトが提供する AddAutoShape メソッドを使用して、Ellipse タイプの AutoShape を追加する 変更されたプレゼンテーションを書き出して...add_auto_shape ( slides . ShapeType . ELLIPSE , 50 , 150 , 150 , 50 ) #PPTX...

    docs.aspose.com/slides/ja/python-net/ellipse/