Sort Score
Result 10 results
Languages All
Labels All
Results 9,951 - 9,960 of 50,258 for

shape

(0.11 sec)
  1. Verwalten von Präsentationsformen in .NET|Aspos...

    Erfahren Sie, wie Sie Formen in Aspose.Slides für .NET erstellen, bearbeiten und optimieren und leistungsstarke PowerPoint‑Präsentationen bereitstellen....IShape shape = FindShape ( slide , "Shape1" ); if ( shape != null...Console . WriteLine ( "Shape Name: " + shape . Name ); } } } // ...

    docs.aspose.com/slides/de/net/shape-manipulations/
  2. Fill.BaseForeColor | Aspose.Words لـ .NET

    اكتشف خاصية BaseForeColor للوصول إلى كائن اللون الذي يمثل لون المقدمة الحقيقي للتعبئة، مما يعزز وضوح تصميمك وجاذبيته....new DocumentBuilder (); Shape shape = builder . InsertShape (... 40 ); shape . Fill . ForeColor = Color . Red ; shape . Fill...

    reference.aspose.com/words/ar/net/aspose.words....
  3. Node.Remove | Aspose.Words per .NET

    Scopri il metodo Node Remove per staccare senza sforzo i nodi dal loro elemento padre, migliorando l'efficienza e la struttura del tuo codice....NodeCollection shapes = doc . GetChildNodes ( NodeType . Shape , true...Assert . AreEqual ( 9 , shapes . OfType < Shape >(). Count ( s => s...

    reference.aspose.com/words/it/net/aspose.words/...
  4. Node.Remove | Aspose.Words لـ .NET

    اكتشف طريقة Node Remove لفصل العقد بسهولة عن العقد الأصلية، مما يعزز كفاءة الكود الخاص بك وبنيته....NodeCollection shapes = doc . GetChildNodes ( NodeType . Shape , true...Assert . AreEqual ( 9 , shapes . OfType < Shape >(). Count ( s => s...

    reference.aspose.com/words/ar/net/aspose.words/...
  5. Legen Sie die Höhe und Breite einer Form in Rub...

    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....während ich < shapes . getCount () shape = shapes . get ( i ) if...if shape . getNameU () == "Process" && shape . getID () == 1...

    docs.aspose.com/diagram/de/java/set-the-height-...
  6. PHP'de Bir Şeklin Yüksekliğini ve Genişliğini A...

    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....vsd" ); $shapes = $diagram -> getPages () ->...sizeof ( $shapes -> getCount ())) { $shape = $shapes -> get (...

    docs.aspose.com/diagram/tr/java/set-the-height-...
  7. Präsentationssperrung|Aspose.Slides Dokumentation

    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....Element einer Folie in ein Shape‑Objekt umgewandelt. Anders ausgedrückt...Folie entweder ein Shape‑Objekt oder ein von Shape abgeleitetes Objekt...

    docs.aspose.com/slides/de/net/presentation-lock...
  8. ImageData.Save | Aspose.Words لـ .NET

    احفظ الصور بسهولة باستخدام طريقة حفظ ImageData. بسّط سير عملك بتخزين الصور مباشرةً في المسار الذي اخترته بسهولة.... Shape [] shapesWithImages = imgSourceDoc...GetChildNodes ( NodeType . Shape , true ). Cast < Shape >() . Where ( s...

    reference.aspose.com/words/ar/net/aspose.words....
  9. ShapeBase.FlipOrientation | Aspose.Words لـ .NET

    اكتشف خاصية ShapeBase FlipOrientation لتبديل اتجاه الشكل بسهولة، مما يعزز تصميماتك بسهولة وإبداع.... Shape shape = builder . InsertShape (..., 100 , WrapType . None ); shape . ImageData . SetImage ( ImageDir...

    reference.aspose.com/words/ar/net/aspose.words....
  10. ShapeBase.Left | Aspose.Words لـ .NET

    اكتشف خاصية ShapeBase Left لضبط موضع الحافة اليسرى لشكلك بسهولة داخل الحاوية. حسّن دقة تصميمك اليوم!...DocumentBuilder ( doc ); Shape shape = builder . InsertImage (...( ImageDir + "Logo.jpg" ); shape . WrapType = WrapType . None...

    reference.aspose.com/words/ar/net/aspose.words....