Sort Score
Result 10 results
Languages All
Labels All
Results 9,581 - 9,590 of 49,130 for

shape

(0.25 sec)
  1. Crear presentaciones 3D en .NET|Documentación d...

    Genere presentaciones 3D interactivas en .NET con Aspose.Slides sin esfuerzo. Exporte rápidamente a formatos PowerPoint y OpenDocument para usos versátiles....Slides [ 0 ]; IAutoShape shape = slide . Shapes . AddAutoShape ( ShapeType...200 , 200 ); shape . TextFrame . Text = "3D" ; shape . TextFrame...

    docs.aspose.com/slides/es/net/3d-presentation/
  2. 3D-Präsentationen in .NET erstellen|Aspose.Slid...

    Erstellen Sie mühelos interaktive 3D-Präsentationen in .NET mit Aspose.Slides. Exportieren Sie schnell in PowerPoint- und OpenDocument-Formate für vielseitige Nutzung....Slides [ 0 ]; IAutoShape shape = slide . Shapes . AddAutoShape ( ShapeType...200 , 200 ); shape . TextFrame . Text = "3D" ; shape . TextFrame...

    docs.aspose.com/slides/de/net/3d-presentation/
  3. ReflectionFormat.Transparency | Aspose.Words pe...

    Regola la trasparenza di ReflectionFormat da 0,0 (opaco) a 1,0 (trasparente) per effetti di riflessione personalizzabili. Migliora i tuoi progetti con precisione!...+ "Various shapes.docx" ); Shape shape = ( Shape ) doc . GetChild...GetChild ( NodeType . Shape , 0 , true ); shape . Reflection . Transparency...

    reference.aspose.com/words/it/net/aspose.words....
  4. Изменения в публичном API в Aspose.Cells 8.9.2|...

    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....//Add a Shape of type TextBox to the collection Shape shape = sheet...100 , 200 ); //Add text to Shape shape . setText ( "Aspose" ); //Access...

    docs.aspose.com/cells/ru/java/public-api-change...
  5. Изменения в публичном API в Aspose.Cells 8.9.2|...

    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....Add a Shape of type TextBox to the collection var shape = sheet...sheet . Shapes . AddTextBox ( 0 , 0 , 0 , 0 , 100 , 200 ); // Access...

    docs.aspose.com/cells/ru/net/public-api-changes...
  6. مجموعة الأشكال|توثيق Aspose.Slides

    العمل مع مجموعات الأشكال في C# باستخدام Aspose.Slides: إنشاء وإلغاء تجميع، إعادة ترتيب الأشكال الفرعية، ضبط التحويلات والحدود في PowerPoint وOpenDocument.... static void Add_Group_Shape () { using var pres = new Presentation...= slide . Shapes . AddGroupShape (); group . Shapes . AddAutoShape...

    docs.aspose.com/slides/ar/net/examples/elements...
  7. Архивы

    Архивы...IAutoShape shape = presentation.Slides[0].Shapes.AddAutoShape(ShapeType...250); shape.FillFormat.FillType = FillType.NoFill; shape.LineFormat...

    blog.aspose.com/ru/slides/create-three-d-effect...
  8. Archivo

    Archivo...IAutoShape shape = presentation.Slides[0].Shapes.AddAutoShape(ShapeType...250); shape.FillFormat.FillType = FillType.NoFill; shape.LineFormat...

    blog.aspose.com/es/slides/create-three-d-effect...
  9. ארכיון

    ארכיון...IAutoShape shape = presentation.Slides[0].Shapes.AddAutoShape(ShapeType...250); shape.FillFormat.FillType = FillType.NoFill; shape.LineFormat...

    blog.aspose.com/he/slides/create-three-d-effect...
  10. Aplicar efectos de forma en presentaciones con ...

    Transforme sus archivos PPT, PPTX y ODP con efectos de forma avanzados usando Aspose.Slides para Python—crea diapositivas impactantes y profesionales en segundos....pres : shape = pres . slides [ 0 ] . shapes . add_auto_shape ( slides...LE , 20 , 20 , 200 , 150 ) shape . effect_format . enable_outer_shadow_effect...

    docs.aspose.com/slides/es/python-net/shape-effect/