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

sh

(0.17 sec)
  1. 使用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...
  2. 从演示文稿形状中提取图像|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...
  3. 在工作表内使用Node.js通过C++设置评论或形状的边距|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置Excel工作表内评论或形状的边距。... getCount (); i ++ ) { const sh = shapes . get ( i ); // Access...text alignment const txtAlign = sh . getTextBody (). getTextAlignment...

    docs.aspose.com/cells/zh/nodejs-cpp/set-margins...
  4. 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...
  5. 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-...
  6. 用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...
  7. 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...
  8. 通过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...
  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. 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...