Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 475 for

sh

(0.11 sec)
  1. العمل مع شكل أو رسم ثلاثي الأبعاد بتنسيق الثلاث...

    تعرّف على كيفية التلاعب بتنسيق ثلاثي الأبعاد للأشكال أو الرسوم باستخدام Aspose.Cells مع C++....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...settings ThreeDFormat n3df = sh . GetThreeDFormat (); n3df ....

    docs.aspose.com/cells/ar/cpp/working-with-the-t...
  2. Invalid shape Height, Width, LocPinX and LocPin...

    Hi Support, Aspose.Diagram v.25.10.0 returns wrong size values of TwoD Shapes. (Width, Height, LocPinx, LocPinY). I am using following code example: static void Main(string[] args) { var document = new…...Family read-visio-diagram Oleg_Sh October 20, 2025, 12:29pm 1 Hi...October 20, 2025, 12:29pm 2 @Oleg_Sh It appears you are facing an...

    forum.aspose.com/t/invalid-shape-height-width-l...
  3. Docker を使用して Java 経由で PHP 用 Aspose.Slides をインスト...

    Docker コンテナで Aspose.Slides を実行し、イメージ、依存関係、フォント、ライセンスを設定して、PowerPoint と OpenDocument を処理するスケーラブルなサービスを構築します。...sh スクリプトを作成する RUN echo '#!/bin/bash\n\...Tomcat をバックグラウンドで起動する\n\ catalina.sh start\n\ # Tomcat が完全に起動するまで待機する\n\...

    docs.aspose.com/slides/ja/php-java/installing-s...
  4. Archiwa

    Archiwa...Uzyskaj dostęp do kształtu IShape sh = slide.Shapes[j]; // Sprawdź...automatyczny if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // Sprawdź...

    blog.aspose.com/pl/slides/extract-images-from-p...
  5. Архивы

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

    blog.aspose.com/ru/slides/extract-images-from-p...
  6. Arsip

    Arsip...j++) { // Akses bentuknya IShape sh = slide.Shapes[j]; // Periksa...otomatis if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // Periksa...

    blog.aspose.com/id/slides/extract-images-from-p...
  7. أرشيف

    أرشيف...{ // الوصول إلى الشكل IShape sh = sl.getShapes().get_Item(j);...مما إذا كان شكلًا تلقائيًا if (sh instanceof IAutoShape) { IAutoShape...

    blog.aspose.com/ar/slides/extract-images-from-p...
  8. Archiv

    Archiv...j++) { // Přístup k tvaru IShape sh = sl.getShapes().get_Item(j);...nejedná o automatický tvar if (sh instanceof IAutoShape) { IAutoShape...

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

    ארכיון...size(); j++) { // גש לצורה IShape sh = sl.getShapes().get_Item(j);...בדוק אם זו צורה אוטומטית if (sh instanceof IAutoShape) { IAutoShape...

    blog.aspose.com/he/slides/extract-images-from-p...
  10. C++ ile Şeklin Smart Art Şekli olup olmadığını ...

    Aspose.Cells for C++ kullanarak bir şeklin Smart Art Şekli olup olmadığını nasıl belirleyeceğinizi öğrenin.... GetShapes (); Shape sh = shapes . Get ( 0 ); // Determine...<< "Is Smart Art Shape: " << sh . IsSmartArt () << std :: endl...

    docs.aspose.com/cells/tr/cpp/determine-if-shape...