Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 1,707 for

ellipse

(0.29 sec)
  1. Управление коннекторами в презентациях на .NET|...

    Позвольте приложениям .NET рисовать, соединять и автоматически прокладывать линии в слайдах PowerPoint — получайте полный контроль над прямыми, угловыми и кривыми коннекторами....IAutoShape ellipse = shapes . AddAutoShape ( ShapeType . Ellipse , 0...connector . StartShapeConnectedT = ellipse ; connector . EndShapeConnectedTo...

    docs.aspose.com/slides/ru/net/connector/
  2. Rechtecke zu Präsentationen in PHP hinzufügen|A...

    Steigern Sie Ihre PowerPoint-Präsentationen, indem Sie mit Aspose.Slides für PHP über Java Rechtecke hinzufügen – gestalten und ändern Sie Formen ganz einfach programmgesteuert....Füge eine AutoShape vom Typ Ellipse hinzu $shp = $sld -> getShapes...einige Formatierungen auf die Ellipse-Form an $shp -> getFillFormat...

    docs.aspose.com/slides/de/php-java/rectangle/
  3. Javaでプレゼンテーションに楕円を追加する|Aspose.Slides ドキュメント

    Aspose.Slides for Java を使用して PPT および PPTX プレゼンテーションで楕円形を作成、書式設定、操作する方法を学びます。Java コード例を含む。...オブジェクトが提供する addAutoShape メソッドを使用して、Ellipse タイプの AutoShape を追加します。 IShapeCollection...addAutoShape ( ShapeType . Ellipse , 50 , 150 , 150 , 50 ); //...

    docs.aspose.com/slides/ja/java/ellipse/
  4. إدارة الموصلات في العروض التقديمية باستخدام .NE...

    تمكين تطبيقات .NET من رسم وربط وتوجيه الخطوط تلقائيًا في شرائح PowerPoint—احصل على تحكم كامل في الموصلات المستقيمة والمرفقة والمنحنية....IAutoShape ellipse = shapes . AddAutoShape ( ShapeType . Ellipse , 0...connector . StartShapeConnectedT = ellipse ; connector . EndShapeConnectedTo...

    docs.aspose.com/slides/ar/net/connector/
  5. ארכיון

    ארכיון...הצורה SharedPtr<IAutoShape> ellipse = slide->get_Shapes()->Add...AutoShape(ShapeType::Ellipse, 50, 150, 150, 50); // שמור קובץ...

    blog.aspose.com/he/slides/working-with-shapes-i...
  6. Tạo Ảnh PSD hoặc PSB Từ Đầu bằng Python|Documen...

    Ví dụ về cách Aspose.PSD cho Python có thể tạo Ảnh Psd từ đầu... draw_ellipse ( pen , Rectangle ( 100 , 100...200 , 200 )) graphics . fill_ellipse ( brush , Rectangle ( 250 ...

    docs.aspose.com/psd/vi/vi/python-net/create-psd...
  7. أرشيف

    أرشيف...الشكل SharedPtr<IAutoShape> ellipse = slide->get_Shapes()->Add...AutoShape(ShapeType::Ellipse, 50, 150, 150, 50); // حفظ ملف العرض...

    blog.aspose.com/ar/slides/working-with-shapes-i...
  8. Archiv

    Archiv...tvar SharedPtr<IAutoShape> ellipse = slide->get_Shapes()->Add...AutoShape(ShapeType::Ellipse, 50, 150, 150, 50); // Uložit soubor...

    blog.aspose.com/cs/slides/working-with-shapes-i...
  9. PSファイル内の図形の操作 | Java

    PSファイルに図形を追加する方法については、Aspose.Page APIソリューションで回答されています。Javaでの機能の使用方法については、こちらをご覧ください。... 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/ja/java/ps/working-with-sh...
  10. Shape Types in Aspose.Slides for PHP via Java|A...

    Learn every shape type in Aspose.Slides for PHP via Java, with clear examples to create, format, and edit shapes in PPT and PPTX presentations....Presentation Shapes in PHP Add Ellipses to Presentations in PHP Group...

    docs.aspose.com/slides/php-java/shape-types/