Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 466 for

sh

(0.19 sec)
  1. Converti il Smart Art in forma di gruppo con C+...

    Impara come convertire una forma di Smart Art in Forma di Gruppo usando Aspose.Cells for C++ e accedere alle singole parti del gruppo....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...<< "Is Smart Art Shape: " << sh . IsSmartArt () << std :: endl...

    docs.aspose.com/cells/it/cpp/convert-the-smart-...
  2. Bestäm om Shape är Smart Art Shape med C++|Docu...

    Lär dig hur man avgör om en form är en Smart Art Shape med Aspose.Cells for C++.... GetShapes (); Shape sh = shapes . Get ( 0 ); // Determine...<< "Is Smart Art Shape: " << sh . IsSmartArt () << std :: endl...

    docs.aspose.com/cells/sv/cpp/determine-if-shape...
  3. Определить, является ли фигура Smart Art, с пом...

    Узнайте, как определить, является ли фигура Smart Art, с помощью Aspose.Cells for C++.... GetShapes (); Shape sh = shapes . Get ( 0 ); // Determine...<< "Is Smart Art Shape: " << sh . IsSmartArt () << std :: endl...

    docs.aspose.com/cells/ru/cpp/determine-if-shape...
  4. Cómo ejecutar Aspose.Slides para Java en Docker...

    Ejecute Aspose.Slides en contenedores Docker: configure imágenes, dependencias, fuentes y licencias para crear servicios escalables que procesen PowerPoint y OpenDocument....sh && \ echo 'java --add-opens=java...java2d=ALL-UNNAMED \' >> ${ APP_DIR } /run.sh && \ echo ' --add-opens=java...

    docs.aspose.com/slides/es/java/how-to-run-aspos...
  5. Extrahieren von Bildern aus Präsentationsformen...

    Bilder aus PowerPoint-Präsentation in JavaScript extrahieren... size (); j ++ ) { let sh = sl . getShapes (). get_Item...instanceOf ( sh , "com.aspose.slides.IAutoShape" )) { let ashp = sh ; if...

    docs.aspose.com/slides/de/nodejs-java/extractin...
  6. استخراج الصور من أشكال العرض التقديمي|وثائق Asp...

    استخراج الصور من الأشكال في عروض PowerPoint و OpenDocument باستخدام Aspose.Slides للأندرويد عبر جافا — حل سريع ومناسب للمطورين....IShape sh = sl . getShapes (). get_Item ( j ); if ( sh instanceof...IAutoShape ashp = ( IAutoShape ) sh ; if ( ashp . getFillFormat ()...

    docs.aspose.com/slides/ar/androidjava/extractin...
  7. Bilder aus Formen einer Präsentation in .NET|As...

    Extrahieren Sie Bilder aus Formen in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für .NET - schnelle, codefreundliche Lösung....enthält IShape sh = sl . Shapes [ j ]; if ( sh is AutoShape )...AutoShape ashp = ( AutoShape ) sh ; if ( ashp . FillFormat . FillType...

    docs.aspose.com/slides/de/net/extracting-images...
  8. العمل مع شكل أو مخطط ثلاثي الأبعاد مع Node.js ع...

    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....); // Access first shape const sh = ws . getShapes (). get ( 0...dimensional settings const n3df = sh . getThreeDFormat (); n3df ....

    docs.aspose.com/cells/ar/nodejs-cpp/working-wit...
  9. Bestimmen, ob Shape eine Smart Art Shape ist mi...

    Erfahren Sie, wie Sie mit Aspose.Cells for C++ feststellen, ob eine Shape eine Smart Art Shape ist.... GetShapes (); Shape sh = shapes . Get ( 0 ); // Determine...<< "Is Smart Art Shape: " << sh . IsSmartArt () << std :: endl...

    docs.aspose.com/cells/de/cpp/determine-if-shape...
  10. Извлечение изображений из фигур презентации|Док...

    Извлекайте изображения из фигур в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для C++ — быстрое, удобное для кода решение....System :: SharedPtr < IShape > sh = sl -> get_Shapes () -> idx_get...ObjectExt :: Is < AutoShape > ( sh )) { System :: SharedPtr < AutoShape...

    docs.aspose.com/slides/ru/cpp/extracting-images...