Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 9,917 for

shape

(0.05 sec)
  1. Forms2OleControl Class | Aspose.Words per .NET

    Aspose.Words.Drawing.Ole.Forms2OleControl classe. Rappresenta il controllo OLE di Microsoft Forms 2.0 in C#....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); OleControl oleControl = shape . OleFormat...

    reference.aspose.com/words/it/net/aspose.words....
  2. Extraire du texte de la forme SmartArt de type ...

    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....groupe en utilisant la méthode Shape.GetResultOfSmartArt() . Ensuite...texte en utilisant la propriété Shape.Text . Extraire du texte de...

    docs.aspose.com/cells/fr/net/extract-text-from-...
  3. 形状がスマートアート形状かどうかの判定|Documentation

    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.... Shape.IsSmartArt プロパティを使用して、形状がスマ...シェイプがスマートアートシェイプかどうかを判定する 以下のサンプルコードは、第一のShapeShape.IsSmartArt プロパティの値が出力される...

    docs.aspose.com/cells/ja/net/determine-if-shape...
  4. ImageData.HasImage | Aspose.Words لـ .NET

    ImageData HasImage ملكية. إرجاعحقيقي إذا كان الشكل يحتوي على بايتات صورة أو يربط صورة في C#.... IEnumerable < Shape > shapesWithImages = imgSourceDoc...GetChildNodes ( NodeType . Shape , true ). Cast < Shape >(). Where ( s =>...

    reference.aspose.com/words/ar/net/aspose.words....
  5. DocumentBuilder.InsertOleObjectAsIcon | Aspose....

    DocumentBuilder InsertOleObjectAsIcon metod. Infogar ett inbäddat eller länkat OLEobjekt som ikon i dokumentet. Tillåter att ange ikonfil och bildtext. Upptäcker OLEobjekttyp med filtillägg i C#.... public Shape InsertOleObjectAsIco ( string...InsertOleObject.docx" ); Se även class Shape class DocumentBuilder namnutrymme...

    reference.aspose.com/words/sv/net/aspose.words/...
  6. 部分|Aspose.Slides 文档

    在 C# 或 .NET 中获取 PowerPoint 演示文稿中的部分...Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/zh/net/portion/
  7. TextBox.NoTextRotation | Aspose.Words لـ .NET

    TextBox NoTextRotation ملكية. الحصول على قيمة منطقية أو تعيينها تشير إلى عدم تدوير نص مربع النص عند تدوير الشكل في C#....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...ShapeType . Ellipse , 20 , 20 ); shape . TextBox . NoTextRotation =...

    reference.aspose.com/words/ar/net/aspose.words....
  8. التلاعب بالأشكال|وثائق Aspose.Slides

    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....OfficeInteropShapeId إلى واجهات IShape وفئة Shape على التوالي. القيمة التي يتم...Microsoft.Office.Interop.PowerPoint.Shape. أدناه يتم إعطاء مثال على الكود...

    docs.aspose.com/slides/ar/cpp/shape-manipulations/
  9. Administrar Párrafos de PowerPoint en Python|Do...

    Crear y gestionar párrafos, texto, sangría y propiedades en presentaciones de PowerPoint en Python... shapes . add_auto_shape ( slides . ShapeType...AutoShape aShp = slide . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/es/python-net/manage-par...
  10. OLE verwalten|Aspose.Slides Dokumentation

    Fügen Sie OLE-Objekte in PowerPoint-Präsentationen mit C# oder .NET hinzu... Shapes . AddOleObjectFrame ( 0 , 0...IOleObjectFrame oleObjectFrame = slide . Shapes . AddOleObjectFrame ( 20 ,...

    docs.aspose.com/slides/de/net/manage-ole/