Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 466 for

sh

(0.27 sec)
  1. Архів

    Архів...j++) { // Доступ до форми IShape sh = slide.Shapes[j]; // Перевірте...форма if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // Перевірте...

    blog.aspose.com/uk/slides/extract-images-from-p...
  2. Архів

    Архів...j++) { // Доступ до форми IShape sh = sl.getShapes().get_Item(j);... чи це автоматична форма if (sh instanceof IAutoShape) { IAutoShape...

    blog.aspose.com/uk/slides/extract-images-from-p...
  3. ארכיון

    ארכיון...Count; j++) { // גש לצורה IShape sh = slide.Shapes[j]; // בדוק אם...אוטומטית if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // תבדוק...

    blog.aspose.com/he/slides/extract-images-from-p...
  4. arkiv

    arkiv...Få tillgång till formen IShape sh = sl.getShapes().get_Item(j);...Kontrollera om det är en autoform if (sh instanceof IAutoShape) { IAutoShape...

    blog.aspose.com/sv/slides/extract-images-from-p...
  5. arkiv

    arkiv...Få tillgång till formen IShape sh = slide.Shapes[j]; // Kontrollera...autoform if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // Kolla...

    blog.aspose.com/sv/slides/extract-images-from-p...
  6. Extraer imágenes de formas de presentación|Docu...

    Extrae imágenes de formas en presentaciones PowerPoint y OpenDocument con Aspose.Slides para C++ - solución rápida y fácil de usar en código....System :: SharedPtr < IShape > sh = sl -> get_Shapes () -> idx_get...ObjectExt :: Is < AutoShape > ( sh )) { System :: SharedPtr < AutoShape...

    docs.aspose.com/slides/es/cpp/extracting-images...
  7. Ställ in Marginaler för Kommentar eller Form in...

    Lär dig hur du ställer in marginalerna för kommentarer eller former inom ett Excel ark med Aspose.Cells for Node.js via C++.... getCount (); i ++ ) { const sh = shapes . get ( i ); // Access...text alignment const txtAlign = sh . getTextBody (). getTextAlignment...

    docs.aspose.com/cells/sv/nodejs-cpp/set-margins...
  8. Extraer texto de la forma SmartArt de tipo engr...

    Aprenda cómo extraer texto de formas de SmartArt de tipo engranaje en Excel usando Aspose.Cells for C++ con orientación paso a paso y ejemplos de código....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...as group shape GroupShape gs = sh . GetResultOfSmartArt (); //...

    docs.aspose.com/cells/es/cpp/extract-text-from-...
  9. Extraire le texte de la forme SmartArt de type ...

    Apprenez comment extraire du texte des formes SmartArt de type Engrenage dans Excel en utilisant Aspose.Cells for C++ avec un guide étape par étape et des exemples de code....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...as group shape GroupShape gs = sh . GetResultOfSmartArt (); //...

    docs.aspose.com/cells/fr/cpp/extract-text-from-...
  10. .NET でプレゼンテーション シェイプから画像を抽出する|Aspose.Slides ドキュメント

    PowerPoint および OpenDocument プレゼンテーションのシェイプから画像を抽出します(Aspose.Slides for .NET 使用)— 迅速でコードフレンドリーなソリューション。...画像を含むシェイプにアクセスします IShape sh = sl . Shapes [ j ]; if ( sh is AutoShape )...AutoShape ashp = ( AutoShape ) sh ; if ( ashp . FillFormat . FillType...

    docs.aspose.com/slides/ja/net/extracting-images...