Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 473 for

sh

(0.2 sec)
  1. Извлечение изображений из фигур презентации|Док...

    Извлекайте изображения из фигур в презентациях 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...
  2. Travailler avec l effet de glow d une forme ou ...

    Découvrez comment travailler avec l effet de glow des formes ou des graphiques en utilisant Aspose.Cells for C++....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...Transparency properties GlowEffect ge = sh . GetGlow (); ge . SetSize (...

    docs.aspose.com/cells/fr/cpp/working-with-the-g...
  3. Travailler avec le ThreeDFormat de Shape ou Cha...

    Apprenez comment manipuler le format 3D des formes ou des graphiques en utilisant Aspose.Cells avec C++....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...settings ThreeDFormat n3df = sh . GetThreeDFormat (); n3df ....

    docs.aspose.com/cells/fr/cpp/working-with-the-t...
  4. Arbeta med skuggeffekten av form eller diagram ...

    Lär dig hur man manipulerar skuggeffekten av former eller diagram med Aspose.Cells for C++....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...properties ShadowEffect se = sh . GetShadowEffect (); se . SetAngle...

    docs.aspose.com/cells/sv/cpp/working-with-the-s...
  5. Arsip

    Arsip...j++) { // Akses bentuknya IShape sh = sl.getShapes().get_Item(j);...apakah itu bentuk otomatis if (sh instanceof IAutoShape) { IAutoShape...

    blog.aspose.com/id/slides/extract-images-from-p...
  6. Archiv

    Archiv...j++) { // Přístup k tvaru IShape sh = slide.Shapes[j]; // Zkontrolujte...tvar if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // Zkontrolujte...

    blog.aspose.com/cs/slides/extract-images-from-p...
  7. Arşiv

    Arşiv...j++) { // Şekle erişin IShape sh = slide.Shapes[j]; // Bunun bir...edin if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // resmi...

    blog.aspose.com/tr/slides/extract-images-from-p...
  8. .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...
  9. プレゼンテーションのシェイプから画像を抽出する|Aspose.Slides ドキュメント

    Aspose.Slides for Android を使用し、Java で PowerPoint と OpenDocument のプレゼンテーションのシェイプから画像を抽出する — 手軽でコードに優しいソリューション。...IShape sh = sl . getShapes (). get_Item ( j ); if ( sh instanceof...IAutoShape ashp = ( IAutoShape ) sh ; if ( ashp . getFillFormat ()...

    docs.aspose.com/slides/ja/androidjava/extractin...
  10. Извлечение изображений из фигур презентации в ....

    Извлекайте изображения из фигур в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для .NET — быстрое, удобное для кода решение....изображение IShape sh = sl . Shapes [ j ]; if ( sh is AutoShape )...AutoShape ashp = ( AutoShape ) sh ; if ( ashp . FillFormat . FillType...

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