Sort Score
Result 10 results
Languages All
Labels All
Results 8,701 - 8,710 of 50,477 for

shapes

(0.41 sec)
  1. أرشيف

    أرشيف...// احصل على الشكل بالمعرف Shape shape = page.getShapes().getShape(1);...getShape(1); // ضع الحماية shape.getProtection().getLockAspect().setValue(BOOL...

    blog.aspose.com/ar/diagram/protect-unprotect-vi...
  2. arkiv

    arkiv...1"); // Få form genom ID Shape shape = page.getShapes().getShape(1);...getShape(1); // Ställ in skydd shape.getProtection().getLockAspect()...

    blog.aspose.com/sv/diagram/protect-unprotect-vi...
  3. Arşiv

    Arşiv...Kimliğe göre şekil alın Shape shape = page.getShapes().getShape(1);...getShape(1); // Korumaları ayarla shape.getProtection().getLockAspect()...

    blog.aspose.com/tr/diagram/protect-unprotect-vi...
  4. Sostituisci una forma immagine di Visio Diagram...

    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....mentre io < shapes . getCount () shape = shapes . get ( i ) #...# Filter shapes by type Foreign if shape . getType () == Rjb...

    docs.aspose.com/diagram/it/java/replace-a-pictu...
  5. Ruby'de Visio'de Katmanlarla Şekil Nesnelerini ...

    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....0 ben iken < shapes . getCount () shape = shapes . get ( i ) #puts...#puts shape.getName().to_s if shape . getName () == "Process"...

    docs.aspose.com/diagram/tr/java/configure-shape...
  6. تعيين Visio بيانات خط الشكل في روبي|Documentation

    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....عندما أنا < shapes . getCount () shape = shapes . get ( i ) if...if shape . getNameU () == "rectangle" && shape . getID () ==...

    docs.aspose.com/diagram/ar/java/set-visio-shape...
  7. Tinta|Documentación de Aspose.Slides

    Trabaja con Tinta en Aspose.Slides for C++: dibuja, importa y edita trazos, ajusta el color y el grosor, y exporta a PPT, PPTX y ODP mediante ejemplos en C++....get_Slide ( 0 ); auto shape = slide -> get_Shape ( 0 ); if ( ObjectExt...ObjectExt :: Is < IInk > ( shape )) { auto inkShape = ExplicitCast...

    docs.aspose.com/slides/es/cpp/examples/elements...
  8. Архивы

    Архивы...хранения временных фигур IShape shape; //Просмотрите все слайды в...getShapes().size(); count++) { shape = slide.getShapes().get_Item(count);...

    blog.aspose.com/ru/slides/lock-shapes-in-ppt-in...
  9. Архів

    Архів...зберігання тимчасових форм IShape shape; //Перегляньте всі слайди презентації...getShapes().size(); count++) { shape = slide.getShapes().get_Item(count);...

    blog.aspose.com/uk/slides/lock-shapes-in-ppt-in...
  10. Gruppenformen in Präsentationen mit .NET|Aspose...

    Erfahren Sie, wie Sie Formen in PowerPoint-Präsentationen mit Aspose.Slides für .NET gruppieren und auflösen - schnelle Schritt-für-Schritt-Anleitung mit kostenlosem C#-Code.... Shapes ; // Hinzufügen einer Gruppenform...hinzugefügten Gruppenform groupShape . Shapes . AddAutoShape ( ShapeType...

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