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

sh

(0.08 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. Extract Images from Presentation Shapes|Aspose....

    Extract images from Shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java — quick, code-friendly solution....IShape sh = sl . getShapes (). get_Item ( j ); if ( sh instanceof...IAutoShape ashp = ( IAutoShape ) sh ; if ( ashp . getFillFormat ()...

    docs.aspose.com/slides/androidjava/extracting-i...
  3. 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-...
  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/androidjava/extractin...
  5. 使用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-...
  6. 将形状渲染为幻灯片图像|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-...
  7. Extract Images from Presentation Shapes|Aspose....

    Extract images from Shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Java — quick, code-friendly solution....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...
  8. Extract Images from Presentation Shapes|Aspose....

    Extract images from Shapes in PowerPoint and OpenDocument presentations with JavaScript and Aspose.Slides for Node.js — quick, code-friendly solution.... 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...
  9. 从演示文稿形状中提取图像|Aspose.Slides 文档

    使用 Aspose.Slides for 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/java/extracting-image...
  10. Working with the ThreeDFormat of Shape or Chart...

    Learn how to manipulate the 3-D Format of Shapes or charts using Aspose.Cells with C++....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...settings ThreeDFormat n3df = sh . GetThreeDFormat (); n3df ....

    docs.aspose.com/cells/cpp/working-with-the-thre...