Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 455 for

sh

(0.11 sec)
  1. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a picture as a texture inside a Shape using 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/cpp/tile-picture-as-a-tex...
  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/zh/cpp/working-with-the-s...
  3. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of Shapes or charts using 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/cpp/working-with-the-glow...
  4. 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...
  5. Extract Images from Presentation Shapes|Aspose....

    Extract images from Shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for C++ — quick, code-friendly solution....System :: SharedPtr < IShape > sh = sl -> get_Shapes () -> idx_get...ObjectExt :: Is < AutoShape > ( sh )) { System :: SharedPtr < AutoShape...

    docs.aspose.com/slides/cpp/extracting-images-fr...
  6. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of Shapes or charts using Aspose.Cells with C++....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...properties ReflectionEffect re = sh . GetReflection (); re . SetBlur...

    docs.aspose.com/cells/cpp/working-with-the-refl...
  7. 用C++提取Gear类型SmartArt形状中的文本|Documentation

    学习如何使用Aspose.Cells for C++逐步指导和代码示例,从Excel中的Gear类型SmartArt形状中提取文本。...); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...as group shape GroupShape gs = sh . GetResultOfSmartArt (); //...

    docs.aspose.com/cells/zh/cpp/extract-text-from-...
  8. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from Gear Type SmartArt Shapes in Excel using Aspose.Cells for C++ with step-by-step guidance and code examples....Access the first shape Shape sh = ws . GetShapes (). Get ( 0...a group shape GroupShape gs = sh . GetResultOfSmartArt (); //...

    docs.aspose.com/cells/cpp/extract-text-from-the...
  9. Set the Margins of a Comment or Shape inside th...

    Learn how to set margins of comments or Shapes within an Excel workSheet using 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/nodejs-cpp/set-margins-of...
  10. 使用C++处理形状或图表的反射效果|Documentation

    学习如何使用Aspose.Cells和C++处理形状或图表的反射效果。...); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...properties ReflectionEffect re = sh . GetReflection (); re . SetBlur...

    docs.aspose.com/cells/zh/cpp/working-with-the-r...