Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 5,444 for

shape grouping

(0.15 sec)
  1. Lưu trữ

    Lưu trữ...dạng bằng ID shape = page.shapes[1] # Xóa bảo vệ shape.protection...FALSE shape.protection.lock_begin.value = BOOL.FALSE shape.protection...

    blog.aspose.com/vi/diagram/remove-visio-shape-p...
  2. Supprimer la protection de forme|Documentation

    Cette section explique comment supprimer la protection de forme....VerrouillerFormat , LockFromGroupFormat , Groupe de verrouillage , VerrouillerHauteur...); // Get shape by ID Shape shape = page . Shapes . GetShape...

    docs.aspose.com/diagram/fr/net/remove-shape-pro...
  3. أضف علامة مائية إلى PPT ملفات العروض التقديمية ...

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

    products.aspose.com/slides/ar/python-net/waterm...
  4. Vízjel hozzáadása a ODP prezentációs fájlokhoz ...

    Python forráskód vízjel hozzáadásához a ODP 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...
  5. Encre|Documentation d'Aspose.Slides pour PHP

    Manipulez l'encre numérique sur les diapositives en PHP avec Aspose.Slides : ajoutez des traits de stylo, modifiez les tracés, définissez la couleur et la largeur, et exportez les résultats pour PowerPoint et OpenDocument....$shapeCount ; $index ++ ) { $shape = $slide -> getShapes () ->...); if ( java_instanceof ( $shape , new JavaClass ( "com.aspose...

    docs.aspose.com/slides/fr/php-java/examples/ele...
  6. DocumentVisitor.visit_header_footer_end method ...

    DocumentVisitor.visit_header_footer_end method. Called when enumeration of a header or footer in a section has ended....visit_group_shape_start method DocumentVisitor...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Renderizando formas separadamente do documento|...

    Extraia vários objetos gráficos, como imagens, caixas de texto contendo parágrafos ou formas de setas, ao processar um documento, e exporte-os para um local externo usando C#....documento é representado pelo nó Shape ou GroupShape no Aspose.Words...simples é representada por um nó Shape de ShapeType.Image . Este nó...

    docs.aspose.com/words/pt/net/rendering-shapes-s...
  8. Formen getrennt vom Dokument rendern|Aspose.Wor...

    Extrahieren Sie bei der Verarbeitung eines Dokuments verschiedene Grafikobjekte wie Bilder, Textfelder mit Absätzen oder Pfeilformen und exportieren Sie sie mit C# an einen externen Speicherort....Dokumentzeichnungseb wird durch den Shape - oder GroupShape -Knoten im...einfaches Bild wird durch einen Shape -Knoten von ShapeType.Image...

    docs.aspose.com/words/de/net/rendering-shapes-s...
  9. Supprimer la protection de forme|Documentation

    Cette section explique comment supprimer la protection de forme à l'aide du Aspose.Diagram....VerrouillerFormat , LockFromGroupFormat , Groupe de verrouillage , VerrouillerHauteur..."Flow 1" ); // get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/fr/java/remove-shape-pr...
  10. 在C++中处理图像|Aspose.Words对于C++

    介绍图像特性,如何使用C++创建和操作图像....如何从文档中提取图像 所有图像都存储在 Document 中的 Shape 节点中。 要从文档中提取具有特定类型的所有图像或图像,请执行以下步骤:...骤: 使用 GetChildNodes 方法选择所有 Shape 节点。 迭代生成的节点集合。 检查 HasImage 布尔属性。...

    docs.aspose.com/words/zh/cpp/working-with-images/