Sort Score
Result 10 results
Languages All
Labels All
Results 6,911 - 6,920 of 42,307 for

shapes

(0.09 sec)
  1. Vízjel hozzáadása a PPTX prezentációs fájlokhoz...

    Python forráskód vízjel hozzáadásához a PPTX prezentációhoz.... shapes . add_auto_shape(slides . ShapeType...from Editing watermarkShape . shape_lock . select_locked = True...

    products.aspose.com/slides/hu/python-net/waterm...
  2. Přidat vodoznak do prezentačních souborů PPT po...

    Zdrojový kód Python pro přidání vodoznaku do prezentace PPT.... shapes . add_auto_shape(slides . ShapeType...from Editing watermarkShape . shape_lock . select_locked = True...

    products.aspose.com/slides/cs/python-net/waterm...
  3. أضف علامة مائية إلى PPTX ملفات العروض التقديمية...

    Python شفرة المصدر لإضافة العلامة المائية إلى العرض التقديمي PPTX.... shapes . add_auto_shape(slides . ShapeType...from Editing watermarkShape . shape_lock . select_locked = True...

    products.aspose.com/slides/ar/python-net/waterm...
  4. DocumentVisitor.visitShapeEnd method | Aspose.W...

    DocumentVisitor.visitShapeEnd method. Called when enumeration of a shape has ended....visitShapeEnd(shape) Called when enumeration of a shape has ended...visitShapeEnd ( shape : Aspose . Words . Drawing . Shape ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. C++ kullanarak Sayfa içindeki Şeklin Mutlak Kon...

    Aspose.Cells ile C++ kullanarak bir sayfadaki şeklin mutlak konumunu belirleyin....Cells, bunun için Shape.GetLeftToCorner() ve Shape.GetTopToCorner()...görüntüler: Absolute Position of this Shape is ( 320 , 183 ) #include <iostream>...

    docs.aspose.com/cells/tr/cpp/finding-absolute-p...
  6. TextureAlignment enumeration | Aspose.Words for...

    Aspose.Words.Drawing.TextureAlignment enumeration. Specifies the alignment for the tiling of the texture fill....tiling the texture inside the shape. let doc = new aw . Document...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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/...
  8. Diagrammachse|Aspose.Slides Dokumentation

    Wie man die Diagrammachse in PowerPoint in C++ bearbeitet...MakeObject < Presentation > (); auto shapes = pres -> get_Slides () ->...-> idx_get ( 0 ) -> get_Shapes (); auto chart = System :: ExplicitCast...

    docs.aspose.com/slides/de/cpp/chart-axis/
  9. Ejes de Gráfico|Documentación de Aspose.Slides

    Cómo editar el eje de gráfico de PowerPoint en C++...MakeObject < Presentation > (); auto shapes = pres -> get_Slides () ->...-> idx_get ( 0 ) -> get_Shapes (); auto chart = System :: ExplicitCast...

    docs.aspose.com/slides/es/cpp/chart-axis/
  10. Gruppe|Aspose.Slides für Python Dokumentation

    Fügen Sie eine Gruppenform in einer PowerPoint-Präsentation in Python hinzu... shapes # Hinzufügen einer Gruppenform...groupShape = slideShapes . add_group_shape () # Hinzufügen von Formen innerhalb...

    docs.aspose.com/slides/de/python-net/group/