Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 9,934 for

shape

(0.08 sec)
  1. 管理 SmartArt 形状|Aspose.Slides 文档

    在 C# 或 .NET 中管理 PowerPoint 演示文稿中的 SmartArt... Shapes . AddSmartArt ( 0 , 0 , 400...foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // 检查形状是否为...

    docs.aspose.com/slides/zh/net/manage-smartart-s...
  2. ShapeBase.Name | Aspose.Words per .NET

    ShapeBase Name proprietà. Ottiene o imposta il nome della forma opzionale in C#....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (... 150 , 150 ); shape . Name = "MyCube" ; shape . AlternativeText...

    reference.aspose.com/words/it/net/aspose.words....
  3. Trova la posizione assoluta della forma all int...

    Scopri come trovare la posizione assoluta della forma all interno del foglio di lavoro attraverso le API Aspose.Cells for Java....fornisce le proprietà Shape.getLeftToCorner() e Shape.getTopToCorner()...delle proprietà Shape.getLeftToCorner() e Shape.getTopToCorner()...

    docs.aspose.com/cells/it/java/finding-absolute-...
  4. Öffentliche API Änderungen in Aspose.Cells 16.1...

    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....zusammen mit der Eigenschaft Shape.Reflection freigegeben, um die...die Reflexionseffekte eines Shape-Objekts zu steuern. Die Ref...

    docs.aspose.com/cells/de/java/public-api-change...
  5. Aspose.Slides for PHP via Java 14.5.0 的公共 API 和...

    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 = $$missing $ ; $shape -> setFrame ( new...Float :: NaN )); 或 slide . Shapes -> AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  6. CompositeNode Class | Aspose.Words per .NET

    Aspose.Words.CompositeNode classe. Classe base per nodi che possono contenere altri nodi in C#.... " )); Shape shape = new Shape ( doc , ShapeType .... Rectangle ); shape . Width = 200 ; shape . Height = 200 ; //...

    reference.aspose.com/words/it/net/aspose.words/...
  7. Working With 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....the ability to draw simple shapes in an instance of PsdImage...complex shapes like polygons, curves, arcs, and Bezier shapes. Aspose...

    docs.aspose.com/psd/java/working-with-drawing-i...
  8. Presentación 3D|Documentación de Aspose.Slides

    Presentación 3D de PowerPoint en C++...get_Slide ( 0 ); auto shape = slide -> get_Shapes () -> AddAutoShape...150.0f , 200.0f , 200.0f ); shape -> get_TextFrame () -> set_Text...

    docs.aspose.com/slides/es/cpp/3d-presentation/
  9. FlipOrientation Enum | Aspose.Words لـ .NET

    Aspose.Words.Drawing.FlipOrientation تعداد. القيم المحتملة لاتجاه الشكل في C#.... Shape shape = builder . InsertShape (..., 100 , WrapType . None ); shape . ImageData . SetImage ( ImageDir...

    reference.aspose.com/words/ar/net/aspose.words....
  10. Párrafo|Documentación de Aspose.Slides para Python

    Párrafo y porción en la presentación de PowerPoint en Python...Presentation ( path + "Shapes.pptx" ) as presentation : shape = presentation...slides [ 0 ] . shapes [ 0 ] textFrame = shape . text_frame rect...

    docs.aspose.com/slides/es/python-net/paragraph/