Sort Score
Result 10 results
Languages All
Labels All
Results 8,211 - 8,220 of 42,875 for

shape

(0.06 sec)
  1. ShapeBase.Right | Aspose.Words لـ .NET

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

    reference.aspose.com/words/ar/net/aspose.words....
  2. ReflectionFormat.Size | Aspose.Words لـ .NET

    اكتشف خاصية حجم تنسيق الانعكاس، وتحكم في حجم الانعكاس (0.0-1.0) للحصول على تأثيرات بصرية مذهلة في تصميماتك. حسّن جمالية مشروعك!...+ "Various shapes.docx" ); Shape shape = ( Shape ) doc . GetChild...GetChild ( NodeType . Shape , 0 , true ); shape . Reflection . Transparency...

    reference.aspose.com/words/ar/net/aspose.words....
  3. LoadOptions.ConvertMetafilesToPng | Aspose.Word...

    Converti facilmente i metafile WMF ed EMF in formato PNG con LoadOptions. Semplifica la gestione delle immagini e migliora la compatibilità oggi stesso!...= new Document (); Shape shape = new Shape ( doc , ShapeType .... Image ); shape . ImageData . SetImage ( ImageDir + "Windows...

    reference.aspose.com/words/it/net/aspose.words....
  4. ReflectionFormat.Blur | Aspose.Words för .NET

    Justera egenskapen ReflectionFormat Blur för att styra oskärpeeffekten av reflektioner i din design. Förbättra visuella element med precision – standardvärdet är 0,0....+ "Various shapes.docx" ); Shape shape = ( Shape ) doc . GetChild...GetChild ( NodeType . Shape , 0 , true ); shape . Reflection . Transparency...

    reference.aspose.com/words/sv/net/aspose.words....
  5. ReflectionFormat.Distance | Aspose.Words لـ .NET

    اكتشف خاصية مسافة تنسيق الانعكاس، واضبط بسهولة فصل صورتك المنعكسة بالنقاط للحصول على تأثيرات بصرية مذهلة. القيمة الافتراضية هي 0.0....+ "Various shapes.docx" ); Shape shape = ( Shape ) doc . GetChild...GetChild ( NodeType . Shape , 0 , true ); shape . Reflection . Transparency...

    reference.aspose.com/words/ar/net/aspose.words....
  6. ReflectionFormat.Transparency | Aspose.Words لـ...

    اضبط شفافية ReflectionFormat من 0.0 (معتم) إلى 1.0 (شفاف) لتأثيرات انعكاس قابلة للتخصيص. حسّن تصميماتك بدقة!...+ "Various shapes.docx" ); Shape shape = ( Shape ) doc . GetChild...GetChild ( NodeType . Shape , 0 , true ); shape . Reflection . Transparency...

    reference.aspose.com/words/ar/net/aspose.words....
  7. Presentación 3D|Documentación de Aspose.Slides ...

    Presentación de PowerPoint 3D en Python...slides [ 0 ] shape = slide . shapes . add_auto_shape ( slides ....200 , 200 ) shape . text_frame . text = "3D" shape . text_frame...

    docs.aspose.com/slides/es/python-net/3d-present...
  8. ShapeBase.AdjustWithEffects | Aspose.Words لـ .NET

    اكتشف كيف تعمل طريقة ShapeBase AdjustWithEffects على تعزيز مستطيل المصدر الخاص بك عن طريق إضافة امتدادات التأثير، مما يوفر قيمًا نهائية دقيقة للمستطيل....MyDir + "Shape shadow effect.docx" ); Shape [] shapes = doc ....GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/ar/net/aspose.words....
  9. NodeCollection Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.NodeCollection, la soluzione ideale per gestire in modo efficiente diversi tipi di nodi nell'elaborazione dei documenti. Migliora il tuo flusso di lavoro oggi stesso!...docx" ); Shape [] shapes = doc . GetChildNodes (...( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/it/net/aspose.words/...
  10. تغيير حجم الأشكال على الشريحة|وثائق Aspose.Slides

    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....()) { for ( auto shape : slide -> get_Shapes ()) { // تغيير حجم...حجم الموضع shape -> set_Height ( shape -> get_Height () * ratioHeight...

    docs.aspose.com/slides/ar/cpp/re-sizing-shapes-...