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

sh

(0.07 sec)
  1. 使用C++处理Shape或Chart的ThreeDFormat|Documentation

    学习如何用C++操控形状或图表的3D格式。...); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...settings ThreeDFormat n3df = sh . GetThreeDFormat (); n3df ....

    docs.aspose.com/cells/zh/cpp/working-with-the-t...
  2. 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...
  3. 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...
  4. 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...
  5. 使用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...
  6. 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...
  7. 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...
  8. 用C++判断Shape是否为Smart Art Shape|Documentation

    了解如何使用Aspose.Cells for C++判断一个形状是否为Smart Art Shape。... GetShapes (); Shape sh = shapes . Get ( 0 ); // Determine...<< "Is Smart Art Shape: " << sh . IsSmartArt () << std :: endl...

    docs.aspose.com/cells/zh/cpp/determine-if-shape...
  9. 使用 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-...
  10. 从演示文稿形状中提取图像|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...