Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 474 for

sh

(0.2 sec)
  1. Extract Images from Presentation Shapes in .NET...

    Extract images from Shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET — quick, code-friendly solution....an image IShape sh = sl . Shapes [ j ]; if ( sh is AutoShape )...AutoShape ashp = ( AutoShape ) sh ; if ( ashp . FillFormat . FillType...

    docs.aspose.com/slides/net/extracting-images-fr...
  2. 在工作表内使用Node.js通过C++设置评论或形状的边距|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置Excel工作表内评论或形状的边距。... getCount (); i ++ ) { const sh = shapes . get ( i ); // Access...text alignment const txtAlign = sh . getTextBody (). getTextAlignment...

    docs.aspose.com/cells/zh/nodejs-cpp/set-margins...
  3. Working with the ThreeDFormat of Shape or Chart...

    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/javascript-cpp/working-wi...
  4. 使用C++处理Shape或Chart的ThreeDFormat|Documentation

    学习如何用C++操控形状或图表的3D格式。...); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...settings ThreeDFormat n3df = sh . GetThreeDFormat (); n3df ....

    docs.aspose.com/cells/zh/cpp/working-with-the-t...
  5. 从演示文稿形状中提取图像|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 从 PowerPoint 和 OpenDocument 演示文稿的形状中提取图像 —— 快速、代码友好的解决方案。...IShape sh = sl . getShapes (). get_Item ( j ); if ( sh instanceof...IAutoShape ashp = ( IAutoShape ) sh ; if ( ashp . getFillFormat ()...

    docs.aspose.com/slides/zh/androidjava/extractin...
  6. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the Shadow effect of Shapes or charts using Aspose.Cells for C++....Access the first shape Shape sh = ws . GetShapes (). Get ( 0...properties ShadowEffect se = sh . GetShadowEffect (); se . SetAngle...

    docs.aspose.com/cells/cpp/working-with-the-shad...
  7. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or Shapes inside a workSheet using Aspose.Cells with C++.... GetCount (); i ++ ) { Shape sh = ws . GetShapes (). Get ( i...ShapeTextAlignment txtAlign = sh . GetTextBody (). GetTextAlignment...

    docs.aspose.com/cells/cpp/set-margins-of-commen...
  8. 通过Node.js使用C++处理Shape或Chart的三维格式|Documentation

    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/zh/nodejs-cpp/working-wit...
  9. 从演示文稿形状中提取图像|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 从 PowerPoint 和 OpenDocument 演示文稿的形状中提取图像 —— 快速、代码友好的解决方案。...System :: SharedPtr < IShape > sh = sl -> get_Shapes () -> idx_get...ObjectExt :: Is < AutoShape > ( sh )) { System :: SharedPtr < AutoShape...

    docs.aspose.com/slides/zh/cpp/extracting-images...
  10. Determine if Shape is Smart Art Shape with C++|...

    Learn how to determine if a Shape is a Smart Art Shape using Aspose.Cells for C++.... GetShapes (); Shape sh = shapes . Get ( 0 ); // Determine...<< "Is Smart Art Shape: " << sh . IsSmartArt () << std :: endl...

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