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

sh

(0.06 sec)
  1. 在 .NET 中从演示文稿形状提取图像|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 从 PowerPoint 和 OpenDocument 演示文稿的形状中提取图像 —— 快速、代码友好的解决方案。...访问包含图像的形状 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...
  2. 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...
  3. 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...
  4. 使用 C++ 将图片作为纹理铺设到形状内部|Documentation

    学习如何使用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/zh/cpp/tile-picture-as-a-...
  5. 使用C++处理形状或图表的发光效果|Documentation

    学习如何使用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/zh/cpp/working-with-the-g...
  6. 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...
  7. 从演示文稿形状中提取图像|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...
  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 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...
  10. 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...