Sort Score
Result 10 results
Languages All
Labels All
Results 6,631 - 6,640 of 49,744 for

shapes

(0.33 sec)
  1. Administrar conectores en presentaciones con Py...

    Capacite a las aplicaciones Python para dibujar, conectar y enrutar automáticamente líneas en diapositivas de PowerPoint y OpenDocument - obtenga control total sobre conectores rectos, en ángulo y curvos....mediante el método add_auto_shape expuesto por el objeto ShapeCollection...diapositiva. shapes = presentation . slides [ 0 ] . shapes # Añadir...

    docs.aspose.com/slides/es/python-net/connector/
  2. إزالة حماية الشكل|Documentation

    يشرح هذا القسم كيفية إزالة حماية الشكل باستخدام Aspose.Diagram لـ Python via Java....getPage ( "Flow 1" ) # get shape by ID shape = page . getShapes ()...getShape ( 1 ) # set protections shape . getProtection () . getLockAspect...

    docs.aspose.com/diagram/ar/python-java/remove-s...
  3. تطبيق تأثيرات الأشكال في العروض التقديمية باستخ...

    حوّل ملفات PPT و PPTX و ODP الخاصة بك باستخدام تأثيرات الأشكال المتقدمة عبر Aspose.Slides للبايثون—أنشئ شرائح جذابة ومحترفة في ثوانٍ....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/ar/python-net/shape-effect/
  4. Archiv

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

    blog.aspose.com/cs/slides/create-three-d-effect...
  5. Extrahera text från Gear typen SmartArt form me...

    Lär dig hur du extraherar text från Gear typen SmartArt form med Aspose.Cells for Node.js via C++....till Gruppform med hjälp av Shape.getResultOfSmartArt() metoden...och extrahera deras text med Shape.getText() egenskapen. Extrahera...

    docs.aspose.com/cells/sv/nodejs-cpp/extract-tex...
  6. Fill.BackColor | Aspose.Words for .NET

    Customize your fill's background color effortlessly with the BackColor property. Easily set or get a Color object for a vibrant design....Examples Shows how to fill a shape with a gradients. Document doc...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Rotar, cambiar la posición y conectar subformas...

    Esta sección explica cómo rotar una forma visio con Aspose.Diagram.... GetDataDir_Shapes (); // Call a Diagram class...); // Get shape by id Shape shape = page . Shapes . GetShape...

    docs.aspose.com/diagram/es/net/rotate-change-th...
  8. Redimensionnement des formes sur la diapositive...

    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....{ foreach ( IShape shape in slide . Shapes ) { //Redimensionner...position shape . Height = shape . Height * ratioHeight ; shape . Width...

    docs.aspose.com/slides/fr/net/redimensionnement...
  9. MorphDataControl | Aspose.Words for Java

    The MorphDataControl structure is an aggregate of six controls CheckBox ComboBox ListBox OptionButton TextBox and ToggleButton in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...oleControl = (Forms2OleControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  10. ShapeBase.Fill | Aspose.Words for .NET

    Discover the ShapeBase Fill property to enhance your designs with customizable fill formatting for Shapes. Elevate your visuals effortlessly!...Gets fill formatting for the shape. public Fill Fill { get ; }...Examples Shows how to fill a shape with a solid color. Document...

    reference.aspose.com/words/net/aspose.words.dra...