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

sh

(0.03 sec)
  1. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in C++...System :: SharedPtr < IShape > sh = sl -> get_Shapes () -> idx_get...ObjectExt :: Is < AutoShape > ( sh )) { System :: SharedPtr < AutoShape...

    docs.aspose.com/slides/cpp/extracting-images-fr...
  2. 从演示文稿形状中提取图像|Aspose.Slides 文档

    在 C# 或 .NET 中从 PowerPoint 演示文稿中提取图像...访问包含图像的形状 IShape sh = sl . Shapes [ j ]; if ( sh is AutoShape )...AutoShape ashp = ( AutoShape ) sh ; if ( ashp . FillFormat . FillType...

    docs.aspose.com/slides/zh/net/extracting-images...
  3. 从演示文稿形状中提取图像|Aspose.Slides 文档

    在 C++ 中从 PowerPoint 演示文稿中提取图像...System :: SharedPtr < IShape > sh = sl -> get_Shapes () -> idx_get...ObjectExt :: Is < AutoShape > ( sh )) { System :: SharedPtr < AutoShape...

    docs.aspose.com/slides/zh/cpp/extracting-images...
  4. 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...
  5. 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...
  6. 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...
  7. 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....); // Access first shape const sh = ws . getShapes (). get ( 0...dimensional settings const n3df = sh . getThreeDFormat (); n3df ....

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  8. 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...
  9. 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 first shape Shape sh = ws . GetShapes (). Get ( 0...as group shape GroupShape gs = sh . GetResultOfSmartArt (); //...

    docs.aspose.com/cells/cpp/extract-text-from-the...
  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...