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

sh

(0.11 sec)
  1. Arbeiten mit dem Reflection Effekt von Shape od...

    Lernen Sie, wie man mit dem Reflection Effekt von Formen oder Diagrammen mit Aspose.Cells und C++ arbeitet....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...properties ReflectionEffect re = sh . GetReflection (); re . SetBlur...

    docs.aspose.com/cells/de/cpp/working-with-the-r...
  2. Установка полей комментария или фигуры внутри л...

    Узнайте, как устанавливать поля комментариев или фигур внутри листа Excel с помощью 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/ru/nodejs-cpp/set-margins...
  3. Извлечь текст из фигуры SmartArt типа Gear с по...

    Узнайте, как извлечь текст из фигур SmartArt типа Gear в Excel с помощью Aspose.Cells for C++, предоставляя пошаговое руководство и примеры кода....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...as group shape GroupShape gs = sh . GetResultOfSmartArt (); //...

    docs.aspose.com/cells/ru/cpp/extract-text-from-...
  4. Trabajar con la Formatting 3D de forma o gráfic...

    Aprende cómo manipular el formato 3D de formas o gráficos usando Aspose.Cells con C++....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...settings ThreeDFormat n3df = sh . GetThreeDFormat (); n3df ....

    docs.aspose.com/cells/es/cpp/working-with-the-t...
  5. Text aus SmartArt Shape vom Getriebetyp mit C++...

    Erfahren Sie, wie Sie mit Aspose.Cells for C++ Text aus SmartArt Shapes vom Getriebetyp in Excel extrahieren, inklusive Schritt für Schritt Anleitung und Codebeispielen....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...as group shape GroupShape gs = sh . GetResultOfSmartArt (); //...

    docs.aspose.com/cells/de/cpp/extract-text-from-...
  6. أرشيف

    أرشيف...IShape sh = slide.Shapes[j]; // تحقق من أنه شكل تلقائي if (sh is...{ AutoShape ashp = (AutoShape)sh; // تحقق مما إذا كان لديه صورة...

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

    Arşiv...j++) { // Şekle erişin IShape sh = sl.getShapes().get_Item(j);...olup olmadığını kontrol edin if (sh instanceof IAutoShape) { IAutoShape...

    blog.aspose.com/tr/slides/extract-images-from-p...
  8. تكرار الصورة كملمس داخل الشكل باستخدام C++|Docu...

    تعلم كيفية تكرار صورة كملمس داخل شكل باستخدام Aspose.Cells for C++....shape inside the worksheet Shape sh = ws . GetShapes (). Get ( 0...as a Texture inside the Shape sh . GetFill (). GetTextureFill...

    docs.aspose.com/cells/ar/cpp/tile-picture-as-a-...
  9. Arbeta med ThreeDFormat av form eller diagram m...

    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/sv/nodejs-cpp/working-wit...
  10. 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...