Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 474 for

sh

(0.31 sec)
  1. Node.jsを通じたC++でのShapeまたはChartのThreeDFormatの操作方法...

    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/ja/nodejs-cpp/working-wit...
  2. C++でシェイプやチャートのシャドウ効果を操作する|Documentation

    Aspose.Cells for C++を使用して、シェイプやチャートのシャドウ効果を操作する方法を学びます。...); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...properties ShadowEffect se = sh . GetShadowEffect (); se . SetAngle...

    docs.aspose.com/cells/ja/cpp/working-with-the-s...
  3. Text mit Shape innerhalb des Arbeitsblatts mit ...

    Lernen Sie, wie Sie die Textrotation mit Shapes in Excel Tabellen mit Aspose.Cells for C++ steuern....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...ShapeTextAlignment shapeTextAlignment = sh . GetTextBody (). GetTextAlignment...

    docs.aspose.com/cells/de/cpp/rotate-text-with-s...
  4. Hur du installerar libgdiplus i macOS|Documenta...

    Denna artikel förklarar hur man installerar libgdiplus i macOS, såsom Monterey 12.4...sh)" Installera libgdiplus i macOS...

    docs.aspose.com/3d/sv/net/how-to-install-libgdi...
  5. Archivo

    Archivo...{ // Accede a la forma IShape sh = slide.Shapes[j]; // Compruebe... if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // Mira...

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

    Archiv...Greifen Sie auf die Form zu IShape sh = sl.getShapes().get_Item(j);...automatische Form handelt if (sh instanceof IAutoShape) { IAutoShape...

    blog.aspose.com/de/slides/extract-images-from-p...
  7. Archiv

    Archiv...Greifen Sie auf die Form zu IShape sh = slide.Shapes[j]; // Überprüfen...handelt if (sh is AutoShape) { AutoShape ashp = (AutoShape)sh; // Überprüfen...

    blog.aspose.com/de/slides/extract-images-from-p...
  8. 如何在macOS中安装libgdiplus|Documentation

    本文介绍如何在macOS中安装libgdiplus,例如Monterey 12.4...sh)" 在macOS中安装libgdiplus 安装Home...

    docs.aspose.com/3d/zh/net/how-to-install-libgdi...
  9. C++を使用してシェイプやチャートのグロー効果を操作する|Documentation

    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/ja/cpp/working-with-the-g...
  10. Arbeiten mit dem ThreeDFormat von Shape oder Ch...

    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....); const sh = ws . shapes . get ( 0 ); const n3df = sh . threeDFormat...

    docs.aspose.com/cells/de/javascript-cpp/working...