Sort Score
Result 10 results
Languages All
Labels All
Results 9,141 - 9,150 of 43,024 for

shape

(0.08 sec)
  1. ImageData.Save | Aspose.Words per .NET

    Salva le immagini senza sforzo con il metodo ImageData Save. Semplifica il tuo flusso di lavoro memorizzando le immagini direttamente nel flusso che preferisci con facilità.... Shape [] shapesWithImages = imgSourceDoc...GetChildNodes ( NodeType . Shape , true ). Cast < Shape >() . Where ( s...

    reference.aspose.com/words/it/net/aspose.words....
  2. ShapeBase.FlipOrientation | Aspose.Words för .NET

    Upptäck ShapeBase FlipOrientation-egenskapen för att enkelt ändra formens orientering och förbättra dina designer med lätthet och kreativitet.... Shape shape = builder . InsertShape (..., 100 , WrapType . None ); shape . ImageData . SetImage ( ImageDir...

    reference.aspose.com/words/sv/net/aspose.words....
  3. Hur man ändrar färgen på kommentarf_font med C+...

    Lär dig hur du kan anpassa kommentarsfärgen i Excel med Aspose.Cells och C++....Cells tillhandahåller en Shape.GetTextBody() egenskap för att...kodexempel visar användningen av Shape.GetTextBody() egenskapen för...

    docs.aspose.com/cells/sv/cpp/how-to-change-the-...
  4. إرسال الشكل أمام أو خلف داخل ورقة العمل باستخدا...

    تعلم كيفية تغيير موضع تتابع z للأشكال في ورقة العمل باستخدام Aspose.Cells for C++....Cells الطريقة Shape.ToFrontOrBack() ، التي تغير...الكود التالي استخدام الطريقة Shape.ToFrontOrBack() . يرجى الاطلاع...

    docs.aspose.com/cells/ar/cpp/send-shape-front-o...
  5. 3D-Rotationseffekte in einer Visio-Zeichnung|Do...

    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....vsdx" ); // get shape by ID and page name Shape shape = diagram ....set 3D rotation properties shape . getThreeDFormat (). getRotationXAngle...

    docs.aspose.com/diagram/de/java/3d-rotation-eff...
  6. NodeCollection.Item | Aspose.Words per .NET

    Accedi a qualsiasi nodo senza problemi con la proprietà NodeCollection Item. Recupera rapidamente i nodi in base all'indice per una gestione dei dati fluida e prestazioni migliorate.... " )); Shape shape = new Shape ( doc , ShapeType .... Rectangle ); shape . Width = 200 ; shape . Height = 200 ; //...

    reference.aspose.com/words/it/net/aspose.words/...
  7. Блокировка или разблокировка фигур с помощью No...

    Эта статья содержит код, объясняющий, как блокировать или разблокировать фигуры для их защиты с использованием библиотеки Aspose.Cells для Node.js через C++.... get ( 0 ); let shape = worksheet . getShapes ()...., 30 , 100 ); shape . setText ( text ); shape = worksheet . getShapes...

    docs.aspose.com/cells/ru/nodejs-cpp/lock-or-unl...
  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. FileFormatUtil.ImageTypeToExtension | Aspose.Wo...

    Konvertera Aspose.Words-bildtyper till filändelser utan problem med FileFormatUtil-metoden. Få korrekta filändelser med gemener på några sekunder!...NodeCollection shapes = doc . GetChildNodes ( NodeType . Shape , true...AreEqual ( 9 , shapes . Count ( s => (( Shape ) s ). HasImage...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. ShapeBase.DistanceTop | Aspose.Words لـ .NET

    اكتشف خاصية ShapeBase DistanceTop، واضبط بسهولة المسافة بالنقاط بين نص المستند والحافة العلوية للشكل للتحكم الدقيق في التخطيط.... Shape shape = builder . InsertShape (.... Rectangle , 150 , 150 ); shape . WrapType = WrapType . Tight...

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