Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 1,078 for

ellipses

(0.04 sec)
  1. 向PDF文件添加椭圆对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java向PDF中创建椭圆对象。...( borderInfo ); Ellipse ellipse1 = new Ellipse ( 150 , 100 , 120...setText ( new TextFragment ( "Ellipse" )); graph . getShapes ()....

    docs.aspose.com/pdf/zh/java/add-ellipse/
  2. Adicionar Objeto Elipse ao Arquivo PDF|Aspose.P...

    Este artigo explica como criar um objeto Elipse no seu PDF usando Aspose.PDF para Java....( borderInfo ); Ellipse ellipse1 = new Ellipse ( 150 , 100 , 120...add ( ellipse1 ); Ellipse ellipse2 = new Ellipse ( 50 , 50 , 18...

    docs.aspose.com/pdf/pt/java/add-ellipse/
  3. PDF 파일에 타원 객체 추가|Aspose.PDF for .NET

    이 문서에서는 Aspose.PDF for .NET을 사용하여 PDF에 타원 객체를 만드는 방법을 설명합니다....NET private static void Ellipse () { // The path to the document...borderInfo ; // Create first ellipse with specified coordinates...

    docs.aspose.com/pdf/ko/net/add-ellipse/
  4. PDFファイルに楕円オブジェクトを追加|Aspose.PDF for .NET

    この記事では、Aspose.PDF for .NETを使用してPDFに楕円オブジェクトを作成する方法を説明します。...NET private static void Ellipse () { // The path to the document...borderInfo ; // Create first ellipse with specified coordinates...

    docs.aspose.com/pdf/ja/net/add-ellipse/
  5. Working with Shapes in PS file | Python

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...this code is Add Ellipse to PS To add an ellipse to also 8 steps...and save options. Create an ellipse aspose.pydrawing.drawing2d...

    docs.aspose.com/page/python-net/ps/working-with...
  6. بيضاوي|وثائق Aspose.Slides لـ Python

    إنشاء بيضاوي في عرض PowerPoint باستخدام بايثون...slides [ 0 ] # Add autoshape of ellipse type sld . shapes . add_auto_shape...add_auto_shape ( slides . ShapeType . ELLIPSE , 50 , 150 , 150 , 50 ) #Write...

    docs.aspose.com/slides/ar/python-net/ellipse/
  7. Travailler avec des formesdans PS | Python

    Comment ajouter des formes au fichier PS Utilisation d'Aspose.Page. Découvrez comment utiliser cette fonctionnalité en Python....est Ajouter Ellipse à PS Pour ajouter une ellipse à , 8 étapes...enregistrez les options. Créez une ellipse aspose.pydrawing.drawing2d...

    docs.aspose.com/page/fr/python-net/ps/working-w...
  8. إهليلج|وثائق Aspose.Slides

    إنشاء إهليلج في عرض باوربوينت باستخدام C# أو .NET...[ 0 ]; // Add autoshape of ellipse type sld . Shapes . AddAutoShape...AddAutoShape ( ShapeType . Ellipse , 50 , 150 , 150 , 50 ); //Write...

    docs.aspose.com/slides/ar/net/ellipse/
  9. Graphics | Aspose.PSD for Java API Reference

    Represents the graphics according to the graphics engine used in the current assembly....representing a portion of an ellipse specified by a Rectangle structure...representing a portion of an ellipse specified by a RectangleF structure...

    reference.aspose.com/psd/java/com.aspose.psd/gr...
  10. 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.... Drawing Ellipse Drawing ellipse example is the second...Graphics class to draw the ellipse shape on the Image surface...

    docs.aspose.com/psd/java/drawing-images/