Sort Score
Result 10 results
Languages All
Labels All
Results 4,761 - 4,770 of 9,916 for

shape

(0.05 sec)
  1. ShapeBase.Name | Aspose.Words per .NET

    ShapeBase Name proprietà. Ottiene o imposta il nome della forma opzionale in C#....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (... 150 , 150 ); shape . Name = "MyCube" ; shape . AlternativeText...

    reference.aspose.com/words/it/net/aspose.words....
  2. Crear o Administrar Nodo de Forma SmartArt en P...

    Administrar nodo smart art y nodo hijo en Presentaciones de PowerPoint...get_Item ( 0 ) -> getShapes () as $shape ) { # Verificar si la forma...SmartArt if ( java_instanceof ( $shape , new JavaClass ( "com.aspose...

    docs.aspose.com/slides/es/php-java/manage-smart...
  3. Create Flowchart in Java

    This article discusses how to create flowchart in Java. It includes the step-by-step algorithm and a runnable code snippet to develop a flowchart maker in Java....manipulating the schema, number of shapes, connections, and other properties...load the master shapes for inserting shapes Set the layout of...

    kb.aspose.com/diagram/java/create-flowchart-in-...
  4. Forma Personalizada|Documentación de Aspose.Slides

    Agregar forma personalizada en presentación de PowerPoint en Java...Shape . Usa los métodos geometryPathToGraphi...convertir GeometryPath a java.awt.Shape y viceversa. Operaciones de...

    docs.aspose.com/slides/es/java/custom-shape/
  5. Formeffekt|Aspose.Slides Dokumentation

    Effekt auf eine PowerPoint-Form in C++ anwenden...idx_get ( 0 ); auto shape = slide -> get_Shapes () -> AddAutoShape...150.0f ); auto effectFormat = shape -> get_EffectFormat (); effectFormat...

    docs.aspose.com/slides/de/cpp/shape-effect/
  6. NodeCollection.Count | Aspose.Words per .NET

    NodeCollection Count proprietà. Ottiene il numero di nodi nella raccolta in C#.... " )); Shape shape = new Shape ( doc , ShapeType .... Rectangle ); shape . Width = 200 ; shape . Height = 200 ; //...

    reference.aspose.com/words/it/net/aspose.words/...
  7. Chart.SourceFullName | Aspose.Words لـ .NET

    Chart SourceFullName ملكية. يحصل على مسار واسم ملف xls/xlsx الذي يرتبط به هذا المخطط في C#....+ "Shape with linked chart.docx" ); Shape shape = ( Shape ) doc...NodeType . Shape , 0 , true ); var sourceFullName = shape . Chart...

    reference.aspose.com/words/ar/net/aspose.words....
  8. إدارة صندوق النص|وثائق Aspose.Slides لـ Python

    إضافة صندوق نص أو إطار نص إلى عروض PowerPoint في بايثون أو .NET... shapes . add_auto_shape ( slides . ShapeType...slides : for shape in slide . shapes : if ( type ( shape ) is AutoShape...

    docs.aspose.com/slides/ar/python-net/manage-tex...
  9. OleFormat.Save | Aspose.Words per .NET

    OleFormat Save metodo. Salva i dati delloggetto incorporato nello stream specificato in C#....docm" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); // L'oggetto OLE nella prima forma...

    reference.aspose.com/words/it/net/aspose.words....
  10. DocumentBuilder.InsertSignatureLine | Aspose.Wo...

    DocumentBuilder InsertSignatureLine طريقة. إدراج سطر التوقيع في الموضع الحالي في C#.... public Shape InsertSignatureLine ( SignatureLineOptions...SignatureLineProvide.Signed.docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...

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