Sort Score
Result 10 results
Languages All
Labels All
Results 7,931 - 7,940 of 50,453 for

shapes

(2.19 sec)
  1. Verwalten von Präsentationsformen in C++|Aspose...

    Erfahren Sie, wie Sie Formen in Aspose.Slides für C++ erstellen, bearbeiten und optimieren und leistungsstarke PowerPoint-Präsentationen bereitstellen....Schnittstellen IShape und der Klasse Shape hinzugefügt. Der von OfficeInteropShapeId...Microsoft.Office.Interop.PowerPoint.Shape‑Objekts. Unten finden Sie ein...

    docs.aspose.com/slides/de/cpp/shape-manipulations/
  2. الحصول على حدود الفقرة من العروض التقديمية في ....

    تعلم كيفية استرجاع حدود الفقرة والجزء النصي في Aspose.Slides for .NET لتحسين تموضع النص في عروض باوربوينت....Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/ar/net/paragraph/
  3. إدارة عقد شكل SmartArt في العروض التقديمية على ...

    إدارة عقد شكل SmartArt في ملفات PPT و PPTX باستخدام Aspose.Slides لنظام Android. احصل على أمثلة شفرة Java واضحة ونصائح لتبسيط عروضك التقديمية....الشريحة الأولى for ( IShape shape : pres . getSlides (). get_Item...الشكل من نوع SmartArt if ( shape instanceof SmartArt ) { // تحويل...

    docs.aspose.com/slides/ar/androidjava/manage-sm...
  4. Konvertera en Visio form till bild|Documentation

    Det här avsnittet förklarar hur du konverterar en visio-form till en bild med Aspose.Diagram.... GetDataDir_Shapes (); // Call a Diagram class...particular shape Shape shape = page . Shapes [ 0 ]; // Shape to Image...

    docs.aspose.com/diagram/sv/net/convert-a-visio-...
  5. PHP'de Bir Şeklin Konumunu Değiştirme|Documenta...

    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....vsd" ); $shapes = $diagram -> getPages () ->...string ) $shapes -> getCount ()) { $shape = $shapes -> get ( $i...

    docs.aspose.com/diagram/tr/java/change-the-posi...
  6. ShapeBase.IsImage | Aspose.Words för .NET

    Upptäck om en form är en bild med ShapeBases IsImage-egenskap. Identifiera enkelt bildformer för förbättrad designflexibilitet och funktionalitet.... Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); Assert . IsTrue ( shape . IsImage...

    reference.aspose.com/words/sv/net/aspose.words....
  7. HorizontalAlignment enumeration | Aspose.Words ...

    aspose.words.drawing.HorizontalAlignment enumeration. Specifies horizontal alignment of a floating shape, text frame or floating table....horizontal alignment of a floating shape, text frame or floating table...align it to the page's center. shape = builder . insert_image ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Crear miniaturas de formas de presentación en ....

    Genere miniaturas de forma de alta calidad a partir de diapositivas de PowerPoint con Aspose.Slides para .NET - cree y exporte fácilmente miniaturas de presentaciones....{ IShape shape = presentation . Slides [ 0 ]. Shapes [ 0 ]; using...image = shape . GetImage ()) { image . Save ( "Shape_thumbnail_out...

    docs.aspose.com/slides/es/net/create-shape-thum...
  9. Verwalten von Präsentationsplatzhaltern in Java...

    Verwalten Sie Platzhalter in Aspose.Slides für Java mühelos: Text ersetzen, Hinweistexte anpassen und Bildtransparenz in PowerPoint und OpenDocument einstellen.... Iterieren Sie über die Shapes, um den Platzhalter zu finden...Typisieren Sie das Platzhalter‑Shape zu einer AutoShape und ändern...

    docs.aspose.com/slides/de/java/manage-placeholder/
  10. Accessing IChartSeries.Name getter access modif...

    I have a slide with a chart that was created with a specialized tool (think-cell). What I observed is that accessing IChartSeries.Name breaks the chart. I saw other reports mentioning issues with Aspose in combination w…...regardless of the slide and shape characteristics. Sample code...(IChart)presentation.Slides[0].Shapes.First(s => s is IChart); //...

    forum.aspose.com/t/accessing-ichartseries-name-...