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

sh

(0.12 sec)
  1. 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....); const sh = ws . shapes . get ( 0 ); const n3df = sh . threeDFormat...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  2. 使用 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-...
  3. 使用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...
  4. 用C++设置工作表中的评论或形状的边距|Documentation

    学习如何使用Aspose.Cells在C++中设置工作表内评论或形状的边距。... GetCount (); i ++ ) { Shape sh = ws . GetShapes (). Get ( i...ShapeTextAlignment txtAlign = sh . GetTextBody (). GetTextAlignment...

    docs.aspose.com/cells/zh/cpp/set-margins-of-com...
  5. Rotate Text with Shape inside the Worksheet wit...

    Learn how to control text rotation with Shapes in Excel workSheets using Aspose.Cells for C++....); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...ShapeTextAlignment shapeTextAlignment = sh . GetTextBody (). GetTextAlignment...

    docs.aspose.com/cells/cpp/rotate-text-with-shap...
  6. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or Shapes within an Excel workSheet using Aspose.Cells for JavaScript via C++.... count ; i ++ ) { const sh = shapes . get ( i ); // Access...text alignment const txtAlign = sh . textBody . textAlignment ;...

    docs.aspose.com/cells/javascript-cpp/set-margin...
  7. 搜索

    搜索...訪問形狀 IShape sh = slide.Shapes[j]; // 檢查它是否是自動形狀 if (sh is AutoShape)...{ AutoShape ashp = (AutoShape)sh; // 看看有沒有圖片 if (ashp.FillFormat...

    blog.aspose.com/zh-hant/slides/extract-images-f...
  8. 档案

    档案...IShape sh = sl.getShapes().get_Item(j); // 检查它是否是自动形状 if (sh instanceof...IAutoShape ashp = (IAutoShape) sh; if (ashp.getFillFormat().getFillType()...

    blog.aspose.com/zh/slides/extract-images-from-p...
  9. 用C++在工作表内旋转文本和形状|Documentation

    学习如何在Excel工作表中使用形状控制文本旋转,使用编号Aspose.Cells for C++。...); // Access first shape Shape sh = ws . GetShapes (). Get ( 0...ShapeTextAlignment shapeTextAlignment = sh . GetTextBody (). GetTextAlignment...

    docs.aspose.com/cells/zh/cpp/rotate-text-with-s...
  10. 使用Aspose.Cells查找单元格中的值|Documentation

    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.... find ( "SH" , null , findOptions ); //Printing...

    docs.aspose.com/cells/zh/java/find-value-in-cel...