Sort Score
Result 10 results
Languages All
Labels All
Results 9,051 - 9,060 of 46,938 for

shape

(0.21 sec)
  1. Archivio

    Archivio...shapes. Per ogni forma nella raccolta...pres.slides: for shape in slide.shapes: # if shape is autoshape if...

    blog.aspose.com/it/slides/lock-or-unlock-powerp...
  2. NodeCollection.ToArray | Aspose.Words لـ .NET

    اكتشف طريقة NodeCollection ToArray، وقم بتحويل مجموعة العقد الخاصة بك إلى مصفوفة جديدة بسهولة، مما يعزز إدارة البيانات وإمكانية الوصول إليها....docx" ); Shape [] shapes = doc . GetChildNodes (...( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/ar/net/aspose.words/...
  3. CompositeNode.InsertAfter | Aspose.Words لـ .NET

    قم بإدراج العقد بسهولة باستخدام طريقة CompositeNode InsertAfter، مما يعمل على تحسين إدارة بنية البيانات لديك وضمان وضع العقد بكفاءة....docx" ); Shape [] shapes = doc . GetChildNodes (...( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. أرشيف

    أرشيف...IAutoShape shape = presentation.Slides[0].Shapes.AddAutoShape(ShapeType...250); shape.FillFormat.FillType = FillType.NoFill; shape.LineFormat...

    blog.aspose.com/ar/slides/create-three-d-effect...
  5. Redimensionner les formes sur la diapositive|Do...

    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.... slides : for shape in slide . shapes : #Redimensionner la...position shape . height = shape . height * ratioHeight shape . width...

    docs.aspose.com/slides/fr/python-net/re-sizing-...
  6. 3D-Präsentation|Aspose.Slides Dokumentation

    3D PowerPoint-Präsentation in C# oder .NET...Slides [ 0 ]; IAutoShape shape = slide . Shapes . AddAutoShape ( ShapeType...200 , 200 ); shape . TextFrame . Text = "3D" ; shape . TextFrame...

    docs.aspose.com/slides/de/net/3d-presentation/
  7. Presentación 3D|Documentación de Aspose.Slides

    Presentación de PowerPoint 3D en C# o .NET...Slides [ 0 ]; IAutoShape shape = slide . Shapes . AddAutoShape ( ShapeType...200 , 200 ); shape . TextFrame . Text = "3D" ; shape . TextFrame...

    docs.aspose.com/slides/es/net/3d-presentation/
  8. Redimensionnement des formes sur la diapositive...

    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....{ foreach ( IShape shape in slide . Shapes ) { //Redimensionner...position shape . Height = shape . Height * ratioHeight ; shape . Width...

    docs.aspose.com/slides/fr/net/redimensionnement...
  9. ShapeBase.WrapSide | Aspose.Words لـ .NET

    اكتشف خاصية ShapeBase WrapSide للتحكم في التفاف النص حول الأشكال، مما يعزز الجاذبية البصرية لتصميمك وسهولة قراءته....docx" ); Shape [] shapes = doc . GetChildNodes (...( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/ar/net/aspose.words....
  10. Effet de forme|Documentation Aspose.Slides

    Appliquer un effet à une forme PowerPoint en C# ou .NET...Presentation ()) { var shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...); shape . EffectFormat . EnableOuterShadowEff (); shape . EffectFormat...

    docs.aspose.com/slides/fr/net/shape-effect/