Sort Score
Result 10 results
Languages All
Labels All
Results 4,511 - 4,520 of 9,915 for

shape

(0.04 sec)
  1. CompositeNode.ChildNodes | Aspose.Words per .NE...

    CompositeNode proprietà. Ottiene tutti i nodi figlio immediati di questo nodo.... " )); Shape shape = new Shape ( doc , ShapeType .... Rectangle ); shape . Width = 200 ; shape . Height = 200 ; //...

    reference.aspose.com/words/it/net/aspose.words/...
  2. فقرة|وثائق Aspose.Slides

    فقرة وجزء في عرض PowerPoint في C# أو .NET...Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/ar/net/paragraph/
  3. How to Create Flowchart in C#

    This tutorial explains how to create flowchart in C#. It covers the step-by-step process as well as a sample code to develop a flowchart maker in C#....changing the schema, number of shapes, connections, and other features...Load the master shapes for inserting shapes using the Diagram...

    kb.aspose.com/diagram/net/how-to-create-flowcha...
  4. Extracción de imágenes de formas de presentació...

    Extraer imágenes de presentaciones de PowerPoint en Python... shapes )): shape = slide . shapes [ i ] shape_image =...if type ( shape ) is slides . AutoShape and shape . fill_format...

    docs.aspose.com/slides/es/python-net/extracting...
  5. ShapeBase.BoundsInPoints | Aspose.Words لـ .NET

    ShapeBase BoundsInPoints ملكية. الحصول على موقع وحجم الكتلة التي تحتوي على الشكل بالنقاط بالنسبة إلى نقطة ارتساء الشكل العلوي في C#....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (..., 100 , WrapType . None ); shape . StrokeColor = Color . Orange...

    reference.aspose.com/words/ar/net/aspose.words....
  6. DocumentBuilder.InsertNode | Aspose.Words لـ .NET

    DocumentBuilder InsertNode طريقة. إدراج عقدة قبل المؤشر في C#.... Shape shape = new Shape ( builder . Document...Image ); shape . WrapType = WrapType . Inline ; shape . ImageData...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. OleFormat.IconCaption | Aspose.Words لـ .NET

    OleFormat IconCaption ملكية. الحصول على تسمية توضيحية لكائن OLE في C#.... Shape [] shapes = doc . GetChildNodes (...( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/ar/net/aspose.words....
  8. Formeffekt|Aspose.Slides für PHP Dokumentation

    Effekt auf PowerPoint-Form anwenden... Sie können einem Shape einen oder mehrere Effekte zuweisen...new Presentation (); try { $shape = $pres -> getSlides () -> get_Item...

    docs.aspose.com/slides/de/php-java/shape-effect/
  9. ShapeBase.Name | Aspose.Words لـ .NET

    ShapeBase Name ملكية. الحصول على اسم الشكل الاختياري أو تعيينه في C#....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (... 150 , 150 ); shape . Name = "MyCube" ; shape . AlternativeText...

    reference.aspose.com/words/ar/net/aspose.words....
  10. Fill.SetImage | Aspose.Words för .NET

    Fill SetImage metod. Ändrar fyllningstypen till en bild i C#.... Shape shape = builder . InsertShape (...Använda ett lokalt systemfilnamn: shape . Fill . SetImage ( ImageDir...

    reference.aspose.com/words/sv/net/aspose.words....