Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 338 for

sh

(0.03 sec)
  1. Convert the Smart Art to Group Shape with C++|D...

    Learn how to convert Smart Art Shape into Group Shape using Aspose.Cells for C++ and access individual parts of the group Shape....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...<< "Is Smart Art Shape: " << sh . IsSmartArt () << std :: endl...

    docs.aspose.com/cells/cpp/convert-the-smart-art...
  2. Rendering Shapes on Slide as Images|Aspose.Slid...

    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....picture ShapeEx sh = sl . Shapes [ j ]; if ( sh is AutoShapeEx...AutoShapeEx ashp = ( AutoShapeEx ) sh ; if ( ashp . FillFormat . FillType...

    docs.aspose.com/slides/net/rendering-shapes-on-...
  3. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in JavaScript... size (); j ++ ) { let sh = sl . getShapes (). get_Item...instanceOf ( sh , "com.aspose.slides.IAutoShape" )) { let ashp = sh ; if...

    docs.aspose.com/slides/nodejs-java/extracting-i...
  4. 从演示文稿形状中提取图像|Aspose.Slides 文档

    在 Java 中从 PowerPoint 演示文稿中提取图像...IShape sh = sl . getShapes (). get_Item ( j ); if ( sh instanceof...IAutoShape ashp = ( IAutoShape ) sh ; if ( ashp . getFillFormat ()...

    docs.aspose.com/slides/zh/java/extracting-image...
  5. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in Java...IShape sh = sl . getShapes (). get_Item ( j ); if ( sh instanceof...IAutoShape ashp = ( IAutoShape ) sh ; if ( ashp . getFillFormat ()...

    docs.aspose.com/slides/androidjava/extracting-i...
  6. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in Java...IShape sh = sl . getShapes (). get_Item ( j ); if ( sh instanceof...IAutoShape ashp = ( IAutoShape ) sh ; if ( ashp . getFillFormat ()...

    docs.aspose.com/slides/java/extracting-images-f...
  7. 使用C++将Smart Art转换为组形状|Documentation

    了解如何使用Aspose.Cells for C++将Smart Art形状转换为组形状,并访问组形状的各个部分。...); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...<< "Is Smart Art Shape: " << sh . IsSmartArt () << std :: endl...

    docs.aspose.com/cells/zh/cpp/convert-the-smart-...
  8. 从幻灯片形状中提取图像|Aspose.Slides 文档

    在 Java 中从 PowerPoint 演示文稿中提取图像...IShape sh = sl . getShapes (). get_Item ( j ); if ( sh instanceof...IAutoShape ashp = ( IAutoShape ) sh ; if ( ashp . getFillFormat ()...

    docs.aspose.com/slides/zh/androidjava/extractin...
  9. 在幻灯片上将形状渲染为图像|Aspose.Slides 文档

    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....访问包含图片的形状 ShapeEx sh = sl . Shapes [ j ]; if ( sh is AutoShapeEx...AutoShapeEx ashp = ( AutoShapeEx ) sh ; if ( ashp . FillFormat . FillType...

    docs.aspose.com/slides/zh/net/rendering-shapes-...
  10. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in C# or .NET...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...