Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 9,915 for

shape

(0.04 sec)
  1. تأثير الشكل|توثيق Aspose.Slides لـ PHP

    تطبيق تأثير على شكل PowerPoint...new Presentation (); try { $shape = $pres -> getSlides () -> get_Item... , 20 , 20 , 200 , 150 ); $shape -> getEffectFormat () -> enableOuterShadowEff...

    docs.aspose.com/slides/ar/php-java/shape-effect/
  2. SmartArt-Form verwalten|Aspose.Slides Dokumenta...

    Verwalten Sie SmartArt in PowerPoint-Präsentationen in C# oder .NET... Shapes . AddSmartArt ( 0 , 0 , 400...foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // Überprüfen...

    docs.aspose.com/slides/de/net/manage-smartart-s...
  3. Stroke.Color2 | Aspose.Words لـ .NET

    Stroke Color2 ملكية. يحدد اللون الثاني للحد في C#....ملاحظات القيمة الافتراضية ل Shape is White. أمثلة يوضح كيفية معالجة...MyDir + "Shape stroke pattern border.docx" ); Shape shape = ( Shape...

    reference.aspose.com/words/ar/net/aspose.words....
  4. FlipOrientation Enum | Aspose.Words لـ .NET

    Aspose.Words.Drawing.FlipOrientation تعداد. القيم المحتملة لاتجاه الشكل في C#.... Shape shape = builder . InsertShape (..., 100 , WrapType . None ); shape . ImageData . SetImage ( ImageDir...

    reference.aspose.com/words/ar/net/aspose.words....
  5. ImageSize.WidthPoints | Aspose.Words per .NET

    ImageSize WidthPoints proprietà. Ottiene la larghezza dellimmagine in punti. 1 punto è 1/72 di pollice in C#....DocumentBuilder ( doc ); Shape shape = builder . InsertImage (...300x300pt. ImageSize imageSize = shape . ImageData . ImageSize ; Assert...

    reference.aspose.com/words/it/net/aspose.words....
  6. FileFormatUtil.ImageTypeToExtension | Aspose.Wo...

    FileFormatUtil ImageTypeToExtension metodo. Converte un valore enumerato del tipo di immagine Aspose.Words in unestensione di file. Lestensione restituita è una stringa minuscola con un punto iniziale in C#....NodeCollection shapes = doc . GetChildNodes ( NodeType . Shape , true...AreEqual ( 9 , shapes . Count ( s => (( Shape ) s ). HasImage...

    reference.aspose.com/words/it/net/aspose.words/...
  7. HorizontalAlignment Enum | Aspose.Words per .NET

    Aspose.Words.Drawing.HorizontalAlignment enum. Specifica lallineamento orizzontale di una forma mobile cornice di testo o tabella mobile in C#.... Shape shape = builder . InsertImage (..."Logo.jpg" ); shape . WrapType = WrapType . None ; shape . BehindText...

    reference.aspose.com/words/it/net/aspose.words....
  8. Párrafo|Documentación de Aspose.Slides para Python

    Párrafo y porción en la presentación de PowerPoint en Python...Presentation ( path + "Shapes.pptx" ) as presentation : shape = presentation...slides [ 0 ] . shapes [ 0 ] textFrame = shape . text_frame rect...

    docs.aspose.com/slides/es/python-net/paragraph/
  9. ShapeBase.ZOrder | Aspose.Words per .NET

    ShapeBase ZOrder proprietà. Determina lordine di visualizzazione delle forme sovrapposte in C#.... Shape shape = builder . InsertShape (... None ); shape . FillColor = Color . Orange ; shape = builder...

    reference.aspose.com/words/it/net/aspose.words....
  10. Benutzerdefinierte Form|Aspose.Slides Dokumenta...

    Fügen Sie einer PowerPoint-Präsentation in .NET eine benutzerdefinierte Form hinzu...GeometryShape shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...IGeometryPath geometryPath = shape . GetGeometryPaths ()[ 0 ];...

    docs.aspose.com/slides/de/net/custom-shape/