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

sh

(0.18 sec)
  1. 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...
  2. 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...
  3. Aspose.Diagram RSS (Resident Set Size) memory i...

    Hi Team, I am using Aspose.Diagram for Python via .Net with a temporary license. aspose-diagram-python==26.1. I am calling an API that performs some visio operations and save the file as pdf. The code is running on a E…...please find memory stats as below: sh-4.4$ cat /sys/fs/cgroup/memory/memory...7872512 total_unevictable 0 sh-4.4$ ^C sh-4.4$ image.png (16.8 KB)...

    forum.aspose.com/t/aspose-diagram-rss-resident-...
  4. 从演示文稿形状中提取图像|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...
  5. 用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...
  6. 通过C++使用JavaScript处理Shape或Chart的ThreeDFormat|Doc...

    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/zh/javascript-cpp/working...
  7. 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...
  8. 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...
  9. 搜索

    搜索...訪問形狀 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...
  10. 档案

    档案...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...