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

shape

(0.12 sec)
  1. 管理 SmartArt 形状|Aspose.Slides 文档

    在 C# 或 .NET 中管理 PowerPoint 演示文稿中的 SmartArt... Shapes . AddSmartArt ( 0 , 0 , 400...foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // 检查形状是否为...

    docs.aspose.com/slides/zh/net/manage-smartart-s...
  2. 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....
  3. TextBox verwalten|Aspose.Slides für Python Doku...

    Fügen Sie Textboxen oder Textfelder in PowerPoint-Präsentationen in Python oder .NET hinzu... shapes . add_auto_shape ( slides . ShapeType...slides : for shape in slide . shapes : if ( type ( shape ) is AutoShape...

    docs.aspose.com/slides/de/python-net/manage-tex...
  4. ShapeType Enum | Aspose.Words för .NET

    Aspose.Words.Drawing.ShapeType uppräkning. Anger typen av form i ett Microsoft Worddokument i C#....doc = new Document (); // "Shape"-klassens offentliga konstruktor...DocumentBuilder.InsertShape. Shape shape = new Shape ( doc , ShapeType ...

    reference.aspose.com/words/sv/net/aspose.words....
  5. ShapeType Enum | Aspose.Words per .NET

    Aspose.Words.Drawing.ShapeType enum. Specifica il tipo di forma in un documento Microsoft Word in C#....costruttore pubblico della classe "Shape" creerà una forma con il tipo...DocumentBuilder.InsertShape. Shape shape = new Shape ( doc , ShapeType ...

    reference.aspose.com/words/it/net/aspose.words....
  6. 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-...
  7. مستطيل|وثائق Aspose.Slides لـ Python

    إنشاء مستطيل في عرض PowerPoint باستخدام بايثون... shapes . add_auto_shape ( slides . ShapeType...rectangle type shp = sld . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/ar/python-net/rectangle/
  8. بيضاوي|وثائق Aspose.Slides لـ Python

    إنشاء بيضاوي في عرض PowerPoint باستخدام بايثون... shapes . add_auto_shape ( slides . ShapeType...ellipse type shp = sld . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/ar/python-net/ellipse/
  9. TextBox.BreakForwardLink | Aspose.Words för .NET

    TextBox BreakForwardLink metod. Bryter länken till nästaTextBox i C#....new DocumentBuilder ( doc ); Shape textBoxShape1 = builder . InsertShape...TextBox ; builder . Writeln (); Shape textBoxShape2 = builder . InsertShape...

    reference.aspose.com/words/sv/net/aspose.words....
  10. TextBox.BreakForwardLink | Aspose.Words per .NET

    TextBox BreakForwardLink metodo. Interrompe il collegamento al successivoTextBox in C#....new DocumentBuilder ( doc ); Shape textBoxShape1 = builder . InsertShape...TextBox ; builder . Writeln (); Shape textBoxShape2 = builder . InsertShape...

    reference.aspose.com/words/it/net/aspose.words....