Sort Score
Result 10 results
Languages All
Labels All
Results 4,571 - 4,580 of 9,941 for

shape

(0.18 sec)
  1. ShapeBase.WrapType | Aspose.Words för .NET

    ShapeBase WrapType fast egendom. Definierar om formen är inline eller flytande. För flytande former definierar lindningsläget för text runt formen i C#.... Shape shape = builder . InsertImage (..."Logo.jpg" ); shape . WrapType = WrapType . None ; shape . BehindText...

    reference.aspose.com/words/sv/net/aspose.words....
  2. DocumentBuilder.InsertNode | Aspose.Words per .NET

    DocumentBuilder InsertNode metodo. Inserisce un nodo prima del cursore in C#.... Shape shape = new Shape ( builder . Document...Image ); shape . WrapType = WrapType . Inline ; shape . ImageData...

    reference.aspose.com/words/it/net/aspose.words/...
  3. SmartArt-Formknoten verwalten|Aspose.Slides Dok...

    Verwalten von SmartArt-Knoten und Kindknoten in PowerPoint-Präsentationen in C# oder .NET...foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // Überprüfen...Form vom Typ SmartArt ist if ( shape is Aspose . Slides . SmartArt...

    docs.aspose.com/slides/de/net/manage-smartart-s...
  4. إدارة الروابط التشعبية|وثائق Aspose.Slides

    كيفية إضافة رابط تشعبي إلى عرض PowerPoint في C++...MakeObject < Presentation > (); auto shapes = presentation -> get_Slides...idx_get ( 0 ) -> get_Shapes (); auto shape = shapes -> AddAutoShape...

    docs.aspose.com/slides/ar/cpp/manage-hyperlinks/
  5. Gestionar Hipervínculos|Documentación de Aspose...

    Cómo agregar hipervínculo a una presentación de PowerPoint en C++...MakeObject < Presentation > (); auto shapes = presentation -> get_Slides...idx_get ( 0 ) -> get_Shapes (); auto shape = shapes -> AddAutoShape...

    docs.aspose.com/slides/es/cpp/manage-hyperlinks/
  6. Efecto de Forma|Documentación de Aspose.Slides ...

    Aplicar efecto a la forma de PowerPoint...new Presentation (); try { $shape = $pres -> getSlides () -> get_Item... , 20 , 20 , 200 , 150 ); $shape -> getEffectFormat () -> enableOuterShadowEff...

    docs.aspose.com/slides/es/php-java/shape-effect/
  7. CompositeNode.GetChild | Aspose.Words för .NET

    CompositeNode GetChild metod. Returnerar en Nte underordnad nod som matchar den angivna typen i C#.... " )); Shape shape = new Shape ( doc , ShapeType .... Rectangle ); shape . Width = 200 ; shape . Height = 200 ; //...

    reference.aspose.com/words/sv/net/aspose.words/...
  8. CompositeNode.GetChildNodes | Aspose.Words per ...

    CompositeNode GetChildNodes metodo. Restituisce una raccolta attiva di nodi secondari che corrispondono al tipo specificato in C#....NodeCollection shapes = doc . GetChildNodes ( NodeType . Shape , true...AreEqual ( 9 , shapes . Count ( s => (( Shape ) s ). HasImage...

    reference.aspose.com/words/it/net/aspose.words/...
  9. CompositeNode.GetChildNodes | Aspose.Words för ...

    CompositeNode GetChildNodes metod. Returnerar en aktiv samling av underordnade noder som matchar den angivna typen i C#....NodeCollection shapes = doc . GetChildNodes ( NodeType . Shape , true...AreEqual ( 9 , shapes . Count ( s => (( Shape ) s ). HasImage...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. ImageSize.WidthPoints | Aspose.Words لـ .NET

    ImageSize WidthPoints ملكية. الحصول على عرض الصورة بالنقاط. النقطة الواحدة هي 1/72 بوصة في C#....DocumentBuilder ( doc ); Shape shape = builder . InsertImage (...نقطة. ImageSize imageSize = shape . ImageData . ImageSize ; Assert...

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